diff options
Diffstat (limited to 'www/js/NVR.js')
| -rw-r--r-- | www/js/NVR.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/NVR.js b/www/js/NVR.js index 5b1cbc56..32c605cb 100644 --- a/www/js/NVR.js +++ b/www/js/NVR.js @@ -519,6 +519,7 @@ angular.module('zmApp.controllers') //debug ('Groups are:'+JSON.stringify(data)); if (data && data.groups) { + zmgroups = []; for (var i=0; i< data.groups.length; i++) { zmgroups.push(data.groups[i].Group.Name); //console.log( "Checking Group "+data.groups[i].Group.Name); |
