« Utilisateur:John Vandenberg/common.js » : différence entre les versions

Contenu supprimé Contenu ajouté
Pathoschild (discussion | contributions)
m Pathoschild a déplacé la page Utilisateur:John Vandenberg/monobook.js vers Utilisateur:John Vandenberg/common.js sans laisser de redirection : updated scripts
Pathoschild (discussion | contributions)
commented out unused code
 
Ligne 6 :
mw.loader.load('//tools-static.wmflabs.org/meta/scripts/pathoschild.templatescript.js');
 
//function removeOnloadHook(hookFunct) {
// // Remove add-on scripts to add onload functions
// for (var i = 0; i < onloadFuncts.length; i++) {
// if (onloadFuncts[i] == hookFunct) {
// onloadFuncts[i] = function() {};
// return;
// }
// }
//}
 
//removeOnloadHook(interwikiExtra);