🐛 Fixed the post expired logical over 180 days.

This commit is contained in:
elkan1788
2025-01-04 11:11:15 +08:00
parent b559782447
commit 8051ec1f09
5 changed files with 25 additions and 31 deletions

View File

@@ -73,9 +73,9 @@ NexT.boot.refresh = function() {
if(NexT.CONFIG.page.comments) {
NexT.utils.initCommontesDispaly();
NexT.utils.registerCommonSwitch();
NexT.utils.domAddClass('#goto-comments', 'goto-comments-on');
NexT.utils.domAddClass('#goto-comments', 'show');
} else {
NexT.utils.hideComments();
NexT.utils.domAddClass('#goto-comments', 'hidden');
}
//TODO