diff options
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/MontageCtrl.js | 2 |
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); }; |
