Fix notification pagination reaction issue (#1181)
This commit is contained in:
parent
031a3bd751
commit
73b1616bb5
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ function initPagination() {
|
|||
if (response.status === 200) {
|
||||
response.text().then(function(html){
|
||||
el.innerHTML = html
|
||||
initReactions();
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue