MediaWiki:Common.js : Différence entre versions
De fablabo
Ligne 11 : | Ligne 11 : | ||
$( '.smw-feed-furtherresults > a' ).addClass( 'feedlink' ); | $( '.smw-feed-furtherresults > a' ).addClass( 'feedlink' ); | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
window.onload = function(event) { | window.onload = function(event) { | ||
− | + | if (document.getElementById('cartouche')) | |
+ | alert(''); | ||
}; | }; |
Version du 11 décembre 2014 à 16:44
/* Tout JavaScript ici sera chargé avec chaque page accédée par n’importe quel utilisateur. */ /** * Additional linked icon for the searchlabel of result format "feed" * * @since 1.9.0 * * @rev 1 * @author mwjames */ $( '.smw-feed-furtherresults > a' ).addClass( 'feedlink' ); window.onload = function(event) { if (document.getElementById('cartouche')) alert(''); };