This commit is contained in:
Mayhem 2014-03-27 21:31:16 +01:00
parent 2930df7098
commit 825236a002
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,8 @@
- Fix captcha not refreshing.
### 3.19.3 - *2014-03-20*
- Buf fixes.
- Bug fixes.
### 3.19.2 - *2014-03-12*

View File

@ -58,6 +58,8 @@ QR.captcha =
QR.captcha.nodes.challenge = challenge
new MutationObserver(QR.captcha.load.bind QR.captcha).observe challenge,
childList: true
subtree: true
attributes: true
QR.captcha.load()
sync: (captchas) ->
QR.captcha.captchas = captchas