From 1c4c12af513ae9208ce92d34e1557e143ed8f0ef Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 6 Feb 2017 03:59:32 -0500 Subject: minor release tweaks --- www/js/MontageHistoryCtrl.js | 1 + 1 file changed, 1 insertion(+) (limited to 'www/js/MontageHistoryCtrl.js') diff --git a/www/js/MontageHistoryCtrl.js b/www/js/MontageHistoryCtrl.js index 4c7851d5..8aff342e 100644 --- a/www/js/MontageHistoryCtrl.js +++ b/www/js/MontageHistoryCtrl.js @@ -292,6 +292,7 @@ angular.module('zmApp.controllers').controller('zmApp.MontageHistoryCtrl', ['$sc { mid = data.events[i].Event.MonitorId; eid = data.events[i].Event.Id; + //console.log ("Event ID:"+eid); stime = data.events[i].Event.StartTime; // only take the first one for each monitor for (var j = 0; j < $scope.MontageMonitors.length; j++) -- cgit v1.2.3