summaryrefslogtreecommitdiff
path: root/www/js/EventCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/EventCtrl.js')
-rw-r--r--www/js/EventCtrl.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js
index 2371983d..9df6ac7b 100644
--- a/www/js/EventCtrl.js
+++ b/www/js/EventCtrl.js
@@ -320,7 +320,7 @@ angular.module('zmApp.controllers')
if (data.event.Frame[i].Type=="Alarm")
{
//⬤
- console.log ("**ALARM AT " + i);
+ //console.log ("**ALARM AT " + i);
$scope.slider_options.scale.push({val:i+1,label:' '});
}
else
@@ -738,6 +738,7 @@ angular.module('zmApp.controllers')
});
}
+
// now get event details to show alarm frames
var loginData=ZMDataModel.getLogin();
var myurl = loginData.apiurl+'/events/'+eid+".json";