mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-11-23 14:46:49 +03:00
Fixed webui customeui exception.
This commit is contained in:
parent
0e7cc2c30d
commit
df86d3ca57
@ -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 New Issue
Block a user