Merge branch 'master' of github.com:humhub/humhub

This commit is contained in:
Lucas Bartholemy 2020-02-27 11:27:37 +01:00
commit b43df08cf4

View File

@ -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) {