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