mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Merge branch 'master' of github.com:humhub/humhub
This commit is contained in:
commit
b43df08cf4
@ -82,12 +82,12 @@ humhub.module('ui.view', function (module, require, $) {
|
||||
|
||||
window.addEventListener('scroll', function(){
|
||||
window.clearTimeout( scrollTimeout );
|
||||
|
||||
debugger;
|
||||
prevSwipeDelay = true;
|
||||
|
||||
scrollTimeout = setTimeout(function() {
|
||||
prevSwipeDelay = false;
|
||||
}, 100);
|
||||
}, 400);
|
||||
}, true);
|
||||
|
||||
$(document).on('swiped-left', function(e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user