mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Fixed MeshCMD AMT Script Exception
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user