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(); }