diff --git a/resources/.DS_Store b/resources/.DS_Store
index b1d2f77c5..6caee44b7 100644
Binary files a/resources/.DS_Store and b/resources/.DS_Store differ
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js
index 9c128ad16..3d584ae19 100644
--- a/www/js/EventCtrl.js
+++ b/www/js/EventCtrl.js
@@ -384,7 +384,7 @@ angular.module('zmApp.controllers')
if ($rootScope.toString)
nolangTo = moment($rootScope.toString).locale('en').format("YYYY-MM-DD HH:mm:ss");
- // console.log ("GETTING EVENTS USING "+$scope.id+" "+nolangFrom+" "+ nolangTo)
+ //NVRDataModel.debug ("GETTING EVENTS USING "+$scope.id+" "+nolangFrom+" "+ nolangTo);
NVRDataModel.getEventsPages($scope.id, nolangFrom, nolangTo)
.then(function(data)
{
@@ -520,13 +520,13 @@ angular.module('zmApp.controllers')
if (idfound)
{
- //console.log ("PUSHING "+JSON.stringify(myevents[i]));
+ //NVRDataModel.debug ("PUSHING "+JSON.stringify(myevents[i]));
$scope.events.push(myevents[i]);
//console.log ("SCOPE EVENTS LEN="+$scope.events.length);
}
else
{
- console.log ("Skipping Event MID = " + myevents[i].Event.MonitorId);
+ //NVRDataModel.debug ("Skipping Event MID = " + myevents[i].Event.MonitorId);
}
} //for
@@ -1203,7 +1203,7 @@ angular.module('zmApp.controllers')
//----------------------------------------------------------
// create an array of images
- // too keep memory manageable, we are only going to pick up alarmed frames
+ // to keep memory manageable, we are only going to pick up alarmed frames
// and that too, max 1ps
// --------------------------------------------------------------
function prepareImages(e)
diff --git a/www/templates/events.html b/www/templates/events.html
index afb4c502c..717788e32 100644
--- a/www/templates/events.html
+++ b/www/templates/events.html
@@ -9,7 +9,7 @@