fix usernote button not working on morecomments and viewmore

fixes #284
ref #283
This commit is contained in:
justcool393 2023-07-28 00:57:39 -05:00 committed by Ben Rog-Wilhelm
parent 2f0ed92318
commit 2d6c844693
2 changed files with 2 additions and 0 deletions

View file

@ -255,6 +255,7 @@
if (lastCount) commentsAddUnreadIndicator(commentsToCheck);
{% endif %}
MicroModal.init();
}
btn.disabled = false;
}

View file

@ -504,6 +504,7 @@
if (lastCount) commentsAddUnreadIndicator(commentsToCheck);
collapsedCommentStorageApply();
MicroModal.init();
}
btn.disabled = false;
}