Move button load-more under archived notifications
parent
6961509f76
commit
e9c55039ef
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue