From e9eea88e14a428327eb6f54fce5f8be1b83354ae Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 29 May 2019 09:37:04 -0400 Subject: #815 zoom buttons for event playback (desktop) --- www/js/EventModalCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/EventModalCtrl.js') 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; -- cgit v1.2.3