Fix #1524.
This commit is contained in:
parent
2930df7098
commit
825236a002
@ -1,6 +1,8 @@
|
||||
- Fix captcha not refreshing.
|
||||
|
||||
### 3.19.3 - *2014-03-20*
|
||||
|
||||
- Buf fixes.
|
||||
- Bug fixes.
|
||||
|
||||
### 3.19.2 - *2014-03-12*
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user