diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-18 20:29:46 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-18 20:29:46 -0400 |
| commit | f29fb9f31d41d325745574257507668bc505471e (patch) | |
| tree | 990d2f20e2f7408cef4fd2dbb2bcf7dd2f540057 /www/js/MontageCtrl.js | |
| parent | 240de58a5ccaa1a898f3a7daa1ef4f8fabda1b93 (diff) | |
https://github.com/pliablepixels/zmNinja/issues/46 and https://github.com/pliablepixels/zmNinja/issues/45
Diffstat (limited to 'www/js/MontageCtrl.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 8d21ad8b..c3fe4cfd 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -396,6 +396,7 @@ angular.module('zmApp.controllers').controller('zmApp.MontageCtrl', ['$scope', ' }; + /* $scope.onSwipeLeft = function ($index) { $scope.showSizeButtons = true; }; @@ -405,7 +406,7 @@ angular.module('zmApp.controllers').controller('zmApp.MontageCtrl', ['$scope', ' $scope.showSizeButtons = false; }, 1000); - }; + };*/ //--------------------------------------------------------------------- // This marks a monitor as hidden in montage view |
