summaryrefslogtreecommitdiff
path: root/www/js/MontageHistoryCtrl.js
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-03-18 15:53:56 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-03-18 15:53:56 -0400
commit80c06d891038fb919dd3c8dfed8cd4fde0efbeb9 (patch)
tree9ba83abcb754f5981407e7f411b1915ea0fcdb2a /www/js/MontageHistoryCtrl.js
parent8400f93f0b4841eb967e32e9dd500c0e66a93a87 (diff)
#202 - swipe enabled on all screens EXCEPT: Timeline and full screen live view and event footage
Former-commit-id: b533ef6a4ea7096dc8482e15165b3d2af9fb085e
Diffstat (limited to 'www/js/MontageHistoryCtrl.js')
-rw-r--r--www/js/MontageHistoryCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/MontageHistoryCtrl.js b/www/js/MontageHistoryCtrl.js
index bc5cbf5b..b054437e 100644
--- a/www/js/MontageHistoryCtrl.js
+++ b/www/js/MontageHistoryCtrl.js
@@ -690,7 +690,7 @@ angular.module('zmApp.controllers').controller('zmApp.MontageHistoryCtrl', ['$sc
var sizeInProgress = false;
$scope.imageStyle = true;
- $ionicSideMenuDelegate.canDragContent(false);
+ $ionicSideMenuDelegate.canDragContent(true);