Utente:Codicorumus/MostraModifiche.js: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
fix per adeguamento a variazione delle classi
add rawcontinue URL parameter to make this work with the recent API change - see https://lists.wikimedia.org/pipermail/wikitech-l/2015-June/081931.html
Riga 203:
function loadXMLDoc()
{
var url = "/w/api.php?action=query&rawcontinue=&prop=revisions&format=xml";
url += "&titles=" + encodeURIComponent(wgPageName) + "&rvprop=ids|timestamp|user|comment";
url += "&rvlimit=" + revCount;