Move button load-more under archived notifications

This commit is contained in:
ClemDee
2019-07-02 15:00:41 +02:00
parent 6961509f76
commit e9c55039ef

View File

@@ -122,9 +122,10 @@ define([
else { else {
lastKnownHash = messages[0].content.hash; lastKnownHash = messages[0].content.hash;
} }
$('#cp-sidebarlayout-rightside').scrollTop($('#cp-sidebarlayout-rightside')[0].scrollHeight);
}); });
}); });
notifsList.before(loadmore); notifsList.after(loadmore);
$(loadmore).click(); $(loadmore).click();
} }