Fixed webui customeui exception.
Ylian Saint-Hilaire committed
Dec 8, 2020 at 22:59 UTC
df86d3ca570b051a53d92e22ec0a6e15150e154b
1 file changed
+2
-1
views/default.handlebars
+2
-1
@@ -4532,7 +4532,8 @@
4532
}
4533
4534
function p1updateInfo() {
4535
- if (Object.keys(checkedNodeids).length > 0) {
4535
+ var checkcount = Object.keys(checkedNodeids).length;
4536
+ if (checkcount > 0) {
4537
QE('GroupActionButton', true);
4538
Q('SelectAllButton').value = "Select None";
4539
QV('cxmdesktop', true);