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

m
debug
mNessun oggetto della modifica
m (debug)
Riga 130:
httpRequest.onreadystatechange = function () { Response(httpRequest, id); return;};
var url = wgServer + wgScriptPath + "/api.php";
var param = "action=edit&format=xmltxt&title=" + encodeURI(wgPageName).replace(/&/g, "%26").replace(/\+/g, "%2B");
param += "&token=" + document.getElementsByName("wpEditToken")[0].value.replace(/\+\\/, '%2B%5C');
temp = document.getElementById("wpSummary").value;
Riga 162:
return;
}
alert(o.responseText); return; }
/*
if (o.responseXML == null) {
alert("Errore nella risposta del server. Controlla nella cronologia se il salvataggio è avvenuto");
Line 222 ⟶ 224:
 
}
*/
 
function Finish(success) {
document.getElementById("quicksaveButton").disabled = false;
0

contributi