fix usernote button not working on morecomments and viewmore
fixes #284 ref #283
This commit is contained in:
parent
2f0ed92318
commit
2d6c844693
2 changed files with 2 additions and 0 deletions
|
@ -255,6 +255,7 @@
|
|||
|
||||
if (lastCount) commentsAddUnreadIndicator(commentsToCheck);
|
||||
{% endif %}
|
||||
MicroModal.init();
|
||||
}
|
||||
btn.disabled = false;
|
||||
}
|
||||
|
|
|
@ -504,6 +504,7 @@
|
|||
if (lastCount) commentsAddUnreadIndicator(commentsToCheck);
|
||||
|
||||
collapsedCommentStorageApply();
|
||||
MicroModal.init();
|
||||
}
|
||||
btn.disabled = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue