diff options
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/MontageCtrl.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index 407bd214..f99e6da1 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -14,7 +14,8 @@ angular.module('zmApp.controllers').controller('zmApp.MontageCtrl', ['$scope', ' var intervalHandleMontage; // will hold image resize timer on long press var montageIndex = 0; // will hold monitor ID to scale in timer - $scope.monitorSize = []; // array with montage sizes per monitor + // don't init here -will mess up scrolling + // $scope.monitorSize = []; // array with montage sizes per monitor $scope.direction = []; // 1 = increase -1 = decrease $scope.slider = {}; |
