compile after merge

This commit is contained in:
ccd0 2014-03-31 21:38:11 -07:00
parent 4cba926baf
commit 5c0223de50

View File

@ -6567,7 +6567,9 @@
$.sync('captchas', QR.captcha.sync);
QR.captcha.nodes.challenge = challenge;
new MutationObserver(QR.captcha.load.bind(QR.captcha)).observe(challenge, {
childList: true
childList: true,
subtree: true,
attributes: true
});
return QR.captcha.load();
},