From 40ce50f1f256a12a5838925420fb109f17aad1f5 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 9 May 2020 19:48:12 -0400 Subject: fix lost positions --- www/js/NVR.js | 1 + 1 file changed, 1 insertion(+) (limited to 'www/js/NVR.js') 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); -- cgit v1.2.3