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