summaryrefslogtreecommitdiff
path: root/www/js/MontageCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/MontageCtrl.js')
-rw-r--r--www/js/MontageCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js
index 5884ddf3..7f264f4d 100644
--- a/www/js/MontageCtrl.js
+++ b/www/js/MontageCtrl.js
@@ -214,7 +214,7 @@ angular.module('zmApp.controllers').controller('zmApp.MontageCtrl', ['$scope', '
{
console.log ("**** TRAPPED EVENT: "+alarmMonitors[i]);
- for (var j=0; i<$scope.monitors.length; j++)
+ for (var j=0; j<$scope.monitors.length; j++)
{
if ($scope.monitors[j].Monitor.Id == alarmMonitors[i])
{