Selaa lähdekoodia

deploy

master
jfinn 4 vuotta sitten
vanhempi
commit
8e5bf8f5fd
3 muutettua tiedostoa jossa 7 lisäystä ja 6 poistoa
  1. 2
    2
      rf/m2/m2.js
  2. 1
    3
      rf/u/universals.js
  3. 4
    1
      rf/ui_msg/r1.js

+ 2
- 2
rf/m2/m2.js Näytä tiedosto

75
 	if (isMod || xtra_permission){
75
 	if (isMod || xtra_permission){
76
 
76
 
77
 	} else {
77
 	} else {
78
-		// arr_rmv(interfaceConfig.TOOLBAR_BUTTONS,"desktop")
79
-		// arr_rmv(interfaceConfig.TOOLBAR_BUTTONS,"sharedvideo")
78
+		arr_rmv(interfaceConfig.TOOLBAR_BUTTONS,"desktop")
79
+		arr_rmv(interfaceConfig.TOOLBAR_BUTTONS,"sharedvideo")
80
 		
80
 		
81
 		// arr_rmv(interfaceConfig.TOOLBAR_BUTTONS,"")
81
 		// arr_rmv(interfaceConfig.TOOLBAR_BUTTONS,"")
82
 	}
82
 	}

+ 1
- 3
rf/u/universals.js Näytä tiedosto

2
 
2
 
3
 clog = console.log
3
 clog = console.log
4
 function nop(){}
4
 function nop(){}
5
-clog = nop
6
 // clog = nop
5
 // clog = nop
7
-
8
-
6
+// clog = nop
9
 
7
 
10
 
8
 
11
 
9
 

+ 4
- 1
rf/ui_msg/r1.js Näytä tiedosto

57
 
57
 
58
 function somv_to(a){
58
 function somv_to(a){
59
 	var n
59
 	var n
60
+	if ( !amimod() || 0){
61
+		return
62
+	}
60
 	// clog("rvm_to RemoteVideoMenu...",a, $(".popover"))
63
 	// clog("rvm_to RemoteVideoMenu...",a, $(".popover"))
61
 	var svg,icon_template
64
 	var svg,icon_template
62
 	var jmod_templates_ui_msg = $(mod_templates_ui_msg)
65
 	var jmod_templates_ui_msg = $(mod_templates_ui_msg)
108
 	set_ovmu_ff(n)
111
 	set_ovmu_ff(n)
109
 	// set_ovmu_ff2(n)
112
 	// set_ovmu_ff2(n)
110
 	$(".toolbox-content .overflow-menu").prepend(n)
113
 	$(".toolbox-content .overflow-menu").prepend(n)
111
-	}
112
 	order_menu()
114
 	order_menu()
115
+	}
113
 
116
 
114
 	// refresh_overflow_menu()
117
 	// refresh_overflow_menu()
115
 	// setTimeout(refresh_overflow_menu_only,300)
118
 	// setTimeout(refresh_overflow_menu_only,300)

Loading…
Peruuta
Tallenna