Fix notification pagination reaction issue (#1181)

This commit is contained in:
Ben Halpern 2018-11-22 12:48:54 -05:00 committed by GitHub
parent 031a3bd751
commit 73b1616bb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,6 +128,7 @@ function initPagination() {
if (response.status === 200) {
response.text().then(function(html){
el.innerHTML = html
initReactions();
});
}
});