Move button load-more under archived notifications
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user