MediaWiki:Gadget-CatWatch.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
+dataType |
+callback fail |
||
Riga 53:
'?action=edit&title='+ userConfig +
'&preload=' + configModel;
})
.fail(function (jqXHR, textStatus, errorThrown) {
alert('[Gadget-CatWatch] Errore nel leggere ' +
userConfig + ': ' + errorThrown);
});
}
|