recent_posts.js: s/postWrapper/postWrappers/
This commit is contained in:
parent
0737375904
commit
663339923f
|
@ -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 => {
|
||||||
|
|
Loading…
Reference in New Issue