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/tpl/notifications_widget.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'view/tpl/notifications_widget.tpl') diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl index 9191c2470..5e96c2767 100644 --- a/view/tpl/notifications_widget.tpl +++ b/view/tpl/notifications_widget.tpl @@ -117,6 +117,7 @@ {{/foreach}} function getData(b64mid, notify_id) { + $(document).scrollTop(0); $('.thread-wrapper').remove(); bParam_mid = b64mid; mode = 'replace'; -- cgit v1.2.3