Fixed webui customeui exception.

This commit is contained in:
Ylian Saint-Hilaire 2020-12-08 22:59:14 -08:00
parent 0e7cc2c30d
commit df86d3ca57

View File

@ -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);