tee hee #1342
This commit is contained in:
Mayhem 2014-02-01 00:00:03 +01:00 committed by ccd0
parent e186c749ec
commit 9b384f44a8

View File

@ -52,7 +52,7 @@ QR.cooldown =
count: ->
unless Object.keys(QR.cooldown.cooldowns).length
$.delete "#{g.BOARD}.cooldown"
$.delete "cooldown.#{g.BOARD}"
delete QR.cooldown.isCounting
delete QR.cooldown.seconds
QR.status()
@ -103,4 +103,4 @@ QR.cooldown =
update = seconds isnt null or !!QR.cooldown.seconds
QR.cooldown.seconds = seconds
QR.status() if update
QR.submit() if seconds is 0 and QR.cooldown.auto and !QR.req
QR.submit() if seconds is 0 and QR.cooldown.auto and !QR.req