From e9c55039efa17f8a77342e4d1511ec0d02fcf960 Mon Sep 17 00:00:00 2001 From: ClemDee Date: Tue, 2 Jul 2019 15:00:41 +0200 Subject: [PATCH] Move button load-more under archived notifications --- www/notifications/inner.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/notifications/inner.js b/www/notifications/inner.js index 5e2dcd465..230246d8c 100644 --- a/www/notifications/inner.js +++ b/www/notifications/inner.js @@ -122,9 +122,10 @@ define([ else { lastKnownHash = messages[0].content.hash; } + $('#cp-sidebarlayout-rightside').scrollTop($('#cp-sidebarlayout-rightside')[0].scrollHeight); }); }); - notifsList.before(loadmore); + notifsList.after(loadmore); $(loadmore).click(); }