Fix cooldown bug.
This commit is contained in:
parent
2bcf7ff3b9
commit
5864ed53ce
@ -793,7 +793,7 @@ QR =
|
||||
post.rm()
|
||||
QR.captcha.setup(d.activeElement is QR.nodes.status)
|
||||
|
||||
QR.cooldown.add req.uploadEndTime, threadID, postID
|
||||
QR.cooldown.add Date.now(), threadID, postID
|
||||
|
||||
URL = if threadID is postID # new thread
|
||||
"#{window.location.origin}/#{g.BOARD}/thread/#{threadID}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user