From 6ef705d8defed1d93a321f5d4189e81cadd36bbc Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 9 Dec 2016 19:37:11 -0500 Subject: bug fix - pin took two taps to activate #409 --- www/js/MontageCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js') diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index 0f40c3b4..29449ddc 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -795,7 +795,7 @@ angular.module('zmApp.controllers') var i; $scope.isDragabillyOn = !$scope.isDragabillyOn; - for (var i = 0; i < $scope.MontageMonitors.length; i++) + for ( i = 0; i < $scope.MontageMonitors.length; i++) { $scope.MontageMonitors[i].Monitor.isStamp = false; } -- cgit v1.2.3