Fix cooldown bug.

This commit is contained in:
ccd0 2015-08-08 20:25:40 -07:00
parent 2bcf7ff3b9
commit 5864ed53ce

View File

@ -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}"