compile after merge
This commit is contained in:
parent
4cba926baf
commit
5c0223de50
@ -6567,7 +6567,9 @@
|
|||||||
$.sync('captchas', QR.captcha.sync);
|
$.sync('captchas', QR.captcha.sync);
|
||||||
QR.captcha.nodes.challenge = challenge;
|
QR.captcha.nodes.challenge = challenge;
|
||||||
new MutationObserver(QR.captcha.load.bind(QR.captcha)).observe(challenge, {
|
new MutationObserver(QR.captcha.load.bind(QR.captcha)).observe(challenge, {
|
||||||
childList: true
|
childList: true,
|
||||||
|
subtree: true,
|
||||||
|
attributes: true
|
||||||
});
|
});
|
||||||
return QR.captcha.load();
|
return QR.captcha.load();
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user