Fix captcha (again)

This commit is contained in:
Zixaphir 2014-03-06 21:38:31 -07:00
parent 93e805aa57
commit 1de6c29a51
3 changed files with 3 additions and 3 deletions

View File

@ -9798,7 +9798,7 @@
tabIndex: 45
});
this.nodes = {
img: imgContainer.firstChild,
img: imgContainer.firstChild.firstChild,
input: input
};
$.on(input, 'focus', this.setup);

View File

@ -9841,7 +9841,7 @@
tabIndex: 45
});
this.nodes = {
img: imgContainer.firstChild,
img: imgContainer.firstChild.firstChild,
input: input
};
$.on(input, 'focus', this.setup);

View File

@ -19,7 +19,7 @@ QR.captcha =
tabIndex: 45
@nodes =
img: imgContainer.firstChild
img: imgContainer.firstChild.firstChild
input: input
$.on input, 'focus', @setup