Move button load-more under archived notifications

pull/1/head
ClemDee 5 years ago
parent 6961509f76
commit e9c55039ef

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

Loading…
Cancel
Save