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