summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-12-10 11:18:48 -0500
committerPliable Pixels <pliablepixels@gmail.com>2018-12-10 11:18:48 -0500
commit79f9a863483d0be642fe293790c5ba17451ef516 (patch)
treefa596a8da3893b3e3ae2212faa4acdee1748920d /www/js
parent258f6666b0e268689356454731e27973d8363c47 (diff)
version
Diffstat (limited to 'www/js')
-rw-r--r--www/js/MontageCtrl.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js
index 90d9ee82..3ff8d85d 100644
--- a/www/js/MontageCtrl.js
+++ b/www/js/MontageCtrl.js
@@ -1768,6 +1768,8 @@ angular.module('zmApp.controllers')
}
$scope.processImageError = function(monitor) {
+ // NVRDataModel.debug ("Image load error for: "+monitor.Monitor.Id+" regenerated connKey is:"+monitor.Monitor.connKey);
+ //if (1) return; // REMOVE
monitor.Monitor.connKey = (Math.floor((Math.random() * 999999) + 1)).toString();
NVRDataModel.debug ("Image load error for: "+monitor.Monitor.Id+" regenerated connKey is:"+monitor.Monitor.connKey);
};