Move button load-more under archived notifications

pull/1/head
ClemDee 2019-07-02 15:00:41 +02:00
parent 6961509f76
commit e9c55039ef
1 changed files with 2 additions and 1 deletions

View File

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