« Utilisatrice:Hsarrazin/categories.js » : différence entre les versions

Contenu supprimé Contenu ajouté
mAucun résumé des modifications
test
Ligne 4 :
$(function () {
if (mw.config.get('wgNamespaceNumber') !== 104 ) {
$('#bc').prepend($('#catlinks'));
var bc = document.getElementById('bodyContent');
if (bc) bc.insertBefore(document.getElementById('catlinks'), bc.childNodes[0]);
}
});