Set the tabindex for the v1 captcha.
This commit is contained in:
parent
2cfec41c16
commit
dcc70d9fd6
@ -52,7 +52,10 @@ Captcha.v1 =
|
|||||||
(function() {
|
(function() {
|
||||||
var container = document.getElementById("captchaContainerAlt");
|
var container = document.getElementById("captchaContainerAlt");
|
||||||
if (container.firstChild) return;
|
if (container.firstChild) return;
|
||||||
var options = {theme: "clean"};
|
var options = {
|
||||||
|
theme: "clean",
|
||||||
|
tabindex: {"boards.4chan.org": 5, "sys.4chan.org": 3}[location.hostname]
|
||||||
|
};
|
||||||
if (window.Recaptcha) {
|
if (window.Recaptcha) {
|
||||||
window.Recaptcha.create("<%= meta.recaptchaKey %>", container, options);
|
window.Recaptcha.create("<%= meta.recaptchaKey %>", container, options);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user