From 124cc4396247c75c14280136cfaa95415860ad4c Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 12 Dec 2019 09:09:31 +0000 Subject: when ajax loading new posts, always scroll to top first --- view/js/main.js | 1 - 1 file changed, 1 deletion(-) (limited to 'view/js/main.js') diff --git a/view/js/main.js b/view/js/main.js index 84fa44d4a..66a0bda2f 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -826,7 +826,6 @@ function scrollToItem() { $('html, body').animate({ scrollTop: $(this).offset().top - $('nav').outerHeight(true) }, 'slow'); $(this).addClass('item-highlight'); } - }); } -- cgit v1.2.3