started working on single, translations, docs

This commit is contained in:
2019-07-03 18:02:05 +02:00
parent 43e6e9b373
commit d59b9afadf
11 changed files with 769 additions and 594 deletions

View File

@@ -405,7 +405,7 @@
$(window).on('wheel DOMMouseScroll', function (e) {
//e.preventDefault();
if (!isMobile) {
if (isHome || !isMobile) {
if (isHome || isArchive) {
if (scrolltimer) {
return false;
}