« MediaWiki:Common.js » : différence entre les versions

m
aucun résumé des modifications
mAucun résumé des modifications
mAucun résumé des modifications
Ligne 7 : Ligne 7 :
link.href = '#top';
link.href = '#top';
link.style.fontWeight = 'bold';
link.style.fontWeight = 'bold';
link.appendChild(document.createTextNode('retour en haut'));
link.appendChild(document.createTextNode('retour en haut')).style.fontWeight = 'bold';
span.appendChild(document.createTextNode('<strong>[</strong>'));
span.appendChild(document.createTextNode('['));
span.appendChild(link);
span.appendChild(link);
span.appendChild(document.createTextNode('] '));
span.appendChild(document.createTextNode('] '));
9 367

modifications