From 4daf69b94336ee8a89679f285d9e925cbaa43935 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 13 Apr 2018 16:08:49 -0400 Subject: also add randKey - will it help image finalized error on device? --- www/js/MontageCtrl.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/js/MontageCtrl.js') diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index d224c4fc..eaca75ab 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -1258,7 +1258,7 @@ angular.module('zmApp.controllers') // let modal go to snapshot mode in render $timeout (function () { $scope.modal.remove(); - }) + }); // We now need to regen connkeys // once regenerated @@ -1766,6 +1766,7 @@ angular.module('zmApp.controllers') "&monitor="+monitor.Monitor.Id + "&scale="+$scope.LoginData.montageQuality + $rootScope.authSession + + "&rand="+monitor.Monitor.rndKey; //"&rand="+$scope.randToAvoidCacheMem + appendConnKey (monitor.Monitor.connKey); -- cgit v1.2.3