Utente:Luckyz/Sandbox: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica |
m →top: Fix, replaced: <source → <syntaxhighlight, </source → </syntaxhighlight |
||
(Una versione intermedia di un altro utente non mostrate) | |||
Riga 1:
//<
if (mw.config.get('wgCanonicalSpecialPageName') == 'Watchlist' && mw.config.get('wgAction') == 'view')
Riga 28:
var response;
var name = inProgress, name2 = name, state, prefix, idx, ns = 0, pg, i, el;
//TODO: riscrivere con chiamate AJAX asincrone
Riga 101:
$(document).ready(function() {
var wlForm = document.getElementById('mw-watchlist-form-
if (!wlForm || !wlForm.namespace) return;
Riga 123:
})(jQuery);
//</
|