MediaWiki:Common.js: Unterschied zwischen den Versionen

Aus OGD Cockpit
Wechseln zu:Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
Zeile 10: Zeile 10:
   
   
$( '.smw-feed-furtherresults > a' ).addClass( 'feedlink' );
$( '.smw-feed-furtherresults > a' ).addClass( 'feedlink' );
$( '.smw-csv-furtherresults > a' );

Aktuelle Version vom 2. Oktober 2015, 10:24 Uhr

/* Das folgende JavaScript wird für alle Benutzer geladen. */
/**
 * Additional linked icon for the searchlabel of result format "feed"
 *
 * @since 1.9.0
 *
 * @rev 1
 * @author mwjames
 */
 
$( '.smw-feed-furtherresults > a' ).addClass( 'feedlink' );
$( '.smw-csv-furtherresults > a' );