summaryrefslogtreecommitdiff
path: root/www/js/MontageCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/MontageCtrl.js')
-rw-r--r--www/js/MontageCtrl.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js
index 12cc5aa1..a3ad81dc 100644
--- a/www/js/MontageCtrl.js
+++ b/www/js/MontageCtrl.js
@@ -332,13 +332,13 @@ function initPackery()
$scope.swipeUp = function()
{
- console.log ("SWIPE UP");
+ //console.log ("SWIPE UP");
$ionicScrollDelegate.$getByHandle("montage-delegate").scrollBy(0, $rootScope.devHeight/2, true);
};
$scope.swipeDown = function()
{
- console.log ("SWIPE DOWN");
+ //console.log ("SWIPE DOWN");
$ionicScrollDelegate.$getByHandle("montage-delegate").scrollBy(0, -($rootScope.devHeight/2), true);
};