mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed MeshCMD AMT Script Exception
This commit is contained in:
parent
6d828aa895
commit
a0ab8ddeed
14 changed files with 137 additions and 69 deletions
|
@ -1043,7 +1043,6 @@
|
|||
if (toggle === 1) { webPageFullScreen = !webPageFullScreen; putstore('webPageFullScreen', webPageFullScreen); }
|
||||
var hide = 0;
|
||||
if (args.hide) { hide = parseInt(args.hide); }
|
||||
console.log("-----------hide:", hide)
|
||||
if (webPageFullScreen == false) {
|
||||
QC('body').remove("fullscreen");
|
||||
QC('body').remove("arg_hide");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue