summaryrefslogtreecommitdiff
path: root/www/js/EventModalCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/EventModalCtrl.js')
-rw-r--r--www/js/EventModalCtrl.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js
index 9fb6f25e..7301c913 100644
--- a/www/js/EventModalCtrl.js
+++ b/www/js/EventModalCtrl.js
@@ -440,7 +440,7 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro
function onPause()
{
- NVRDataModel.debug ("Deregistering broadcast handles");
+ NVRDataModel.debug ("EventModal Pause: Deregistering broadcast handles");
for (var i=0; i < broadcastHandles.length; i++) {
broadcastHandles[i]();
}
@@ -457,8 +457,8 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro
function onResume()
{
- NVRDataModel.debug("EventModalCtrl: Modal resume called");
- $rootScope.modalRand = Math.floor((Math.random() * 100000) + 1);
+ /* NVRDataModel.debug("EventModalCtrl: Modal resume called");
+ $rootScope.modalRand = Math.floor((Math.random() * 100000) + 1);*/
}