From 0bf9316a3e2745b2c9bba09f3fe19efc73a26c5c Mon Sep 17 00:00:00 2001 From: abuyoyo Date: Sat, 28 Dec 2019 01:19:28 +0200 Subject: [PATCH] js - remove delayed scrollTop() action --- js/notice_manager_panel.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/notice_manager_panel.js b/js/notice_manager_panel.js index f48ac46..4b59ade 100644 --- a/js/notice_manager_panel.js +++ b/js/notice_manager_panel.js @@ -35,9 +35,9 @@ if ( $(this).hasClass('screen-meta-active') ){ $(window).scrollTop(true); }else{ - wait (500).then(function(){ //still jumpy sometimes - but scrolls to correct position 400 ~ 600 - $(window).scrollTop(true); - }); + // wait (500).then(function(){ //still jumpy sometimes - but scrolls to correct position 400 ~ 600 + // $(window).scrollTop(true); + // }); } });