mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed decodeCookie()
This commit is contained in:
parent
a98874d672
commit
c6f4112f22
11 changed files with 47 additions and 11 deletions
|
@ -3570,7 +3570,11 @@
|
|||
p13clearConsoleMsg();
|
||||
|
||||
// Device refresh plugin handler
|
||||
if (pluginHandler != null) { pluginHandler.callHook('onDeviceRefreshEnd', nodeid, panel, refresh, event); }
|
||||
if (pluginHandler != null) {
|
||||
pluginHandler.callHook('onDeviceRefreshEnd', nodeid, panel, refresh, event);
|
||||
var lastTab = getstore('_curPluginPage', null);
|
||||
if (lastTab != null) pluginHandler.callPluginPage(lastTab, Q('p19ph-' + lastTab));
|
||||
}
|
||||
}
|
||||
setupDesktop(); // Always refresh the desktop, even if we are on the same device, we need to do some canvas switching.
|
||||
if (!panel) panel = 10;
|
||||
|
|
|
@ -3570,7 +3570,11 @@
|
|||
p13clearConsoleMsg();
|
||||
|
||||
// Device refresh plugin handler
|
||||
if (pluginHandler != null) { pluginHandler.callHook('onDeviceRefreshEnd', nodeid, panel, refresh, event); }
|
||||
if (pluginHandler != null) {
|
||||
pluginHandler.callHook('onDeviceRefreshEnd', nodeid, panel, refresh, event);
|
||||
var lastTab = getstore('_curPluginPage', null);
|
||||
if (lastTab != null) pluginHandler.callPluginPage(lastTab, Q('p19ph-' + lastTab));
|
||||
}
|
||||
}
|
||||
setupDesktop(); // Always refresh the desktop, even if we are on the same device, we need to do some canvas switching.
|
||||
if (!panel) panel = 10;
|
||||
|
|
|
@ -3570,7 +3570,11 @@
|
|||
p13clearConsoleMsg();
|
||||
|
||||
// Device refresh plugin handler
|
||||
if (pluginHandler != null) { pluginHandler.callHook('onDeviceRefreshEnd', nodeid, panel, refresh, event); }
|
||||
if (pluginHandler != null) {
|
||||
pluginHandler.callHook('onDeviceRefreshEnd', nodeid, panel, refresh, event);
|
||||
var lastTab = getstore('_curPluginPage', null);
|
||||
if (lastTab != null) pluginHandler.callPluginPage(lastTab, Q('p19ph-' + lastTab));
|
||||
}
|
||||
}
|
||||
setupDesktop(); // Always refresh the desktop, even if we are on the same device, we need to do some canvas switching.
|
||||
if (!panel) panel = 10;
|
||||
|
|
|
@ -3570,7 +3570,11 @@
|
|||
p13clearConsoleMsg();
|
||||
|
||||
// Device refresh plugin handler
|
||||
if (pluginHandler != null) { pluginHandler.callHook('onDeviceRefreshEnd', nodeid, panel, refresh, event); }
|
||||
if (pluginHandler != null) {
|
||||
pluginHandler.callHook('onDeviceRefreshEnd', nodeid, panel, refresh, event);
|
||||
var lastTab = getstore('_curPluginPage', null);
|
||||
if (lastTab != null) pluginHandler.callPluginPage(lastTab, Q('p19ph-' + lastTab));
|
||||
}
|
||||
}
|
||||
setupDesktop(); // Always refresh the desktop, even if we are on the same device, we need to do some canvas switching.
|
||||
if (!panel) panel = 10;
|
||||
|
|
|
@ -3570,7 +3570,11 @@
|
|||
p13clearConsoleMsg();
|
||||
|
||||
// Device refresh plugin handler
|
||||
if (pluginHandler != null) { pluginHandler.callHook('onDeviceRefreshEnd', nodeid, panel, refresh, event); }
|
||||
if (pluginHandler != null) {
|
||||
pluginHandler.callHook('onDeviceRefreshEnd', nodeid, panel, refresh, event);
|
||||
var lastTab = getstore('_curPluginPage', null);
|
||||
if (lastTab != null) pluginHandler.callPluginPage(lastTab, Q('p19ph-' + lastTab));
|
||||
}
|
||||
}
|
||||
setupDesktop(); // Always refresh the desktop, even if we are on the same device, we need to do some canvas switching.
|
||||
if (!panel) panel = 10;
|
||||
|
|
|
@ -4579,7 +4579,11 @@
|
|||
p13clearConsoleMsg();
|
||||
|
||||
// Device refresh plugin handler
|
||||
if (pluginHandler != null) { pluginHandler.callHook('onDeviceRefreshEnd', nodeid, panel, refresh, event); }
|
||||
if (pluginHandler != null) {
|
||||
pluginHandler.callHook('onDeviceRefreshEnd', nodeid, panel, refresh, event);
|
||||
var lastTab = getstore('_curPluginPage', null);
|
||||
if (lastTab != null) pluginHandler.callPluginPage(lastTab, Q('p19ph-' + lastTab));
|
||||
}
|
||||
}
|
||||
setupDesktop(); // Always refresh the desktop, even if we are on the same device, we need to do some canvas switching.
|
||||
if (!panel) panel = 10;
|
||||
|
|
|
@ -4579,7 +4579,11 @@
|
|||
p13clearConsoleMsg();
|
||||
|
||||
// Device refresh plugin handler
|
||||
if (pluginHandler != null) { pluginHandler.callHook('onDeviceRefreshEnd', nodeid, panel, refresh, event); }
|
||||
if (pluginHandler != null) {
|
||||
pluginHandler.callHook('onDeviceRefreshEnd', nodeid, panel, refresh, event);
|
||||
var lastTab = getstore('_curPluginPage', null);
|
||||
if (lastTab != null) pluginHandler.callPluginPage(lastTab, Q('p19ph-' + lastTab));
|
||||
}
|
||||
}
|
||||
setupDesktop(); // Always refresh the desktop, even if we are on the same device, we need to do some canvas switching.
|
||||
if (!panel) panel = 10;
|
||||
|
|
|
@ -4579,7 +4579,11 @@
|
|||
p13clearConsoleMsg();
|
||||
|
||||
// Device refresh plugin handler
|
||||
if (pluginHandler != null) { pluginHandler.callHook('onDeviceRefreshEnd', nodeid, panel, refresh, event); }
|
||||
if (pluginHandler != null) {
|
||||
pluginHandler.callHook('onDeviceRefreshEnd', nodeid, panel, refresh, event);
|
||||
var lastTab = getstore('_curPluginPage', null);
|
||||
if (lastTab != null) pluginHandler.callPluginPage(lastTab, Q('p19ph-' + lastTab));
|
||||
}
|
||||
}
|
||||
setupDesktop(); // Always refresh the desktop, even if we are on the same device, we need to do some canvas switching.
|
||||
if (!panel) panel = 10;
|
||||
|
|
|
@ -4579,7 +4579,11 @@
|
|||
p13clearConsoleMsg();
|
||||
|
||||
// Device refresh plugin handler
|
||||
if (pluginHandler != null) { pluginHandler.callHook('onDeviceRefreshEnd', nodeid, panel, refresh, event); }
|
||||
if (pluginHandler != null) {
|
||||
pluginHandler.callHook('onDeviceRefreshEnd', nodeid, panel, refresh, event);
|
||||
var lastTab = getstore('_curPluginPage', null);
|
||||
if (lastTab != null) pluginHandler.callPluginPage(lastTab, Q('p19ph-' + lastTab));
|
||||
}
|
||||
}
|
||||
setupDesktop(); // Always refresh the desktop, even if we are on the same device, we need to do some canvas switching.
|
||||
if (!panel) panel = 10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue