mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed and improved minified mode.
This commit is contained in:
parent
fbc5e23ed8
commit
8a624bb946
33 changed files with 2980 additions and 2326 deletions
|
@ -163,7 +163,8 @@
|
|||
var webPageStackMenu = false;
|
||||
var webPageFullScreen = true;
|
||||
var nightMode = (getstore('_nightMode', '0') == '1');
|
||||
var logoutControls = {{{logoutControls}}};
|
||||
var logoutControls = JSON.parse(decodeURIComponent('{{{logoutControls}}}'));
|
||||
console.log(logoutControls);
|
||||
|
||||
var terms = '{{{terms}}}';
|
||||
if (terms != '') { QH('column_l', decodeURIComponent(terms)); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue