diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-05-29 09:37:04 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-05-29 09:37:04 -0400 |
| commit | e9eea88e14a428327eb6f54fce5f8be1b83354ae (patch) | |
| tree | b5df2a9988c287b15a45d0a0a69f007f0aafaf98 /www/js | |
| parent | 5283b2cf9e97baced8928d97a0c86c28ffbe6d1a (diff) | |
#815 zoom buttons for event playback (desktop)
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/EventModalCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js index eb7e5524..c59b314f 100644 --- a/www/js/EventModalCtrl.js +++ b/www/js/EventModalCtrl.js @@ -1538,7 +1538,7 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro $scope.onSwipeEvent = function (eid, dirn) { - console.log("CALLED WITH " + eid + " dirn " + dirn); + //console.log("CALLED WITH " + eid + " dirn " + dirn); if ($ionicScrollDelegate.$getByHandle("imgscroll").getScrollPosition().zoom != 1) { //console.log("Image is zoomed in - not honoring swipe"); return; |
