MediaWiki:Gadget-LinkComplete.js: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
m rb parziale
m jquery al posto di addOnloadHook
Riga 8:
if (typeof window.__LINKCOMPLETE_LOADED == 'undefined'){ //guard against multiple inclusions
window.__LINKCOMPLETE_LOADED = true;
 
// hook
addOnloadHook(linkCompleteInit);
 
//init
Line 321 ⟶ 318:
}
};
 
addOnloadHookjQuery(document).ready(linkCompleteInit);
 
} //guard