Merge branch 'deploy_spamnoticer' into icecat_fix
This commit is contained in:
commit
3b88f9eba3
|
@ -102,6 +102,7 @@ $().ready(() => {
|
||||||
LCNPostContainer.all(dom.querySelector(`#thread_${threadPost.getInfo().getThreadId()}`)))
|
LCNPostContainer.all(dom.querySelector(`#thread_${threadPost.getInfo().getThreadId()}`)))
|
||||||
|
|
||||||
updateRepliesFn(thread, missingPCList)
|
updateRepliesFn(thread, missingPCList)
|
||||||
|
statUniqueIPs.innerText = dom.querySelector("#lcn-uniqueips").innerText
|
||||||
}
|
}
|
||||||
|
|
||||||
const fetchThreadFn = async () => {
|
const fetchThreadFn = async () => {
|
||||||
|
@ -141,7 +142,6 @@ $().ready(() => {
|
||||||
}
|
}
|
||||||
|
|
||||||
const threadEl = thread.getElement()
|
const threadEl = thread.getElement()
|
||||||
statUniqueIPs.innerText = threadStats.unique_ips
|
|
||||||
statReplies.innerText = thread.getReplies().length
|
statReplies.innerText = thread.getReplies().length
|
||||||
statFiles.innerText = threadEl.querySelectorAll(".files .file").length - threadEl.querySelectorAll(".files .file .post-image.deleted").length
|
statFiles.innerText = threadEl.querySelectorAll(".files .file").length - threadEl.querySelectorAll(".files .file .post-image.deleted").length
|
||||||
statPage.innerText = threadStats.page + 1
|
statPage.innerText = threadStats.page + 1
|
||||||
|
|
Loading…
Reference in New Issue