This also needs a $.forceSync.

This commit is contained in:
ccd0 2014-12-11 23:42:11 -08:00
parent 5476f6a61f
commit a082218741

View File

@ -145,6 +145,7 @@ QR.captcha =
clear: ->
return unless @captchas.length
$.forceSync 'captchas'
now = Date.now()
for captcha, i in @captchas
break if captcha.timeout > now