Utente:Sanjilops/monobook.js: differenze tra le versioni

nessun oggetto della modifica
mNessun oggetto della modifica
Nessun oggetto della modifica
Riga 237:
scriptElem.src = "http://www.google.com/recaptcha/api/js/recaptcha_ajax.js";
document.getElementsByTagName( 'head' )[0].appendChild( scriptElem );
var form = document.createElement('form');
setTimeout(function () {Recaptcha.create(captchaId, 'captchadiv', {
document.getElementById("captchaform").appendChild(form);
form.method = 'POST';
var div = document.createElement('div');
form.appendChild(div);
var button = document.createElement('input');
form.appendChild(button);
button.type = 'button';
button.action = 'submit';
setTimeout(function () {Recaptcha.create(captchaId, 'captchadiv'div, {
theme: "red",
callback: Recaptcha.focus_response_field
0

contributi