mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 11:01:52 +00:00
Fixed webui customeui exception.
This commit is contained in:
parent
0e7cc2c30d
commit
df86d3ca57
1 changed files with 2 additions and 1 deletions
|
@ -4532,7 +4532,8 @@
|
|||
}
|
||||
|
||||
function p1updateInfo() {
|
||||
if (Object.keys(checkedNodeids).length > 0) {
|
||||
var checkcount = Object.keys(checkedNodeids).length;
|
||||
if (checkcount > 0) {
|
||||
QE('GroupActionButton', true);
|
||||
Q('SelectAllButton').value = "Select None";
|
||||
QV('cxmdesktop', true);
|
||||
|
|
Loading…
Reference in a new issue