recent_posts.js: s/postWrapper/postWrappers/

This commit is contained in:
Jon 2024-02-20 23:46:55 +00:00 committed by towards-a-new-leftypol
parent 0737375904
commit 663339923f
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ $().ready(() => {
} }
updatePageNext() updatePageNext()
LCNSite.INSTANCE.setUnseen(LCNSite.INSTANCE.getUnseen() + postWrapper.length) LCNSite.INSTANCE.setUnseen(LCNSite.INSTANCE.getUnseen() + postWrappers.length)
} }
}) })
.catch(error => { .catch(error => {