[Pkg-owncloud-commits] [owncloud] 11/24: fix mobile scrolling, lower sidebar sensitivity, fix #11193
David Prévot
taffit at moszumanska.debian.org
Wed Sep 2 13:30:16 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v8.0.7RC1
in repository owncloud.
commit fe2710f60b95e5c849f8d26c72ea431aad3eea43
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date: Tue Jul 21 17:03:45 2015 +0200
fix mobile scrolling, lower sidebar sensitivity, fix #11193
---
core/js/js.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/core/js/js.js b/core/js/js.js
index 4012952..ac6e9e6 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -1147,7 +1147,8 @@ function initCore() {
var snapper = new Snap({
element: document.getElementById('app-content'),
disable: 'right',
- maxPosition: 250
+ maxPosition: 250,
+ minDragDistance: 100
});
$('#app-content').prepend('<div id="app-navigation-toggle" class="icon-menu" style="display:none;"></div>');
$('#app-navigation-toggle').click(function(){
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list