mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed invalid agent invite page bug.
This commit is contained in:
parent
5d53c305d5
commit
ebc845d46f
3 changed files with 3 additions and 4 deletions
|
|
@ -1385,7 +1385,6 @@
|
|||
//if (hide & 16) { QV('page_leftbar', false); QS('page_content').left = '0px'; }
|
||||
if (!footerBar) { QC('body').add('nofooter'); } else { QC('body').remove('nofooter'); }
|
||||
|
||||
console.log('args.hide', args.hide);
|
||||
if (args.hide != 0) {
|
||||
// Fix the main grid to zero-height elements we want to hide.
|
||||
if (uiMode == 2) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue