diff --git a/src/Posting/QR.cooldown.coffee b/src/Posting/QR.cooldown.coffee index 31201fec2..9afded5e3 100644 --- a/src/Posting/QR.cooldown.coffee +++ b/src/Posting/QR.cooldown.coffee @@ -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 \ No newline at end of file + QR.submit() if seconds is 0 and QR.cooldown.auto and !QR.req