Fix captcha (again)
This commit is contained in:
parent
93e805aa57
commit
1de6c29a51
@ -9798,7 +9798,7 @@
|
||||
tabIndex: 45
|
||||
});
|
||||
this.nodes = {
|
||||
img: imgContainer.firstChild,
|
||||
img: imgContainer.firstChild.firstChild,
|
||||
input: input
|
||||
};
|
||||
$.on(input, 'focus', this.setup);
|
||||
|
||||
@ -9841,7 +9841,7 @@
|
||||
tabIndex: 45
|
||||
});
|
||||
this.nodes = {
|
||||
img: imgContainer.firstChild,
|
||||
img: imgContainer.firstChild.firstChild,
|
||||
input: input
|
||||
};
|
||||
$.on(input, 'focus', this.setup);
|
||||
|
||||
@ -19,7 +19,7 @@ QR.captcha =
|
||||
tabIndex: 45
|
||||
|
||||
@nodes =
|
||||
img: imgContainer.firstChild
|
||||
img: imgContainer.firstChild.firstChild
|
||||
input: input
|
||||
|
||||
$.on input, 'focus', @setup
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user