From 79f9a863483d0be642fe293790c5ba17451ef516 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 10 Dec 2018 11:18:48 -0500 Subject: version --- www/js/MontageCtrl.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'www/js') 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); }; -- cgit v1.2.3