Difference between revisions of "MediaWiki:Common.js"
Jump to navigation
Jump to search
(clean up, removing HTML and CSS code from JS file) |
|||
Line 7: | Line 7: | ||
$( '.smw-feed-furtherresults > a' ).addClass( 'feedlink' ); | $( '.smw-feed-furtherresults > a' ).addClass( 'feedlink' ); | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 19:19, 3 February 2018
/* Any JavaScript here will be loaded for all users on every page load. */
/**
* Additional linked icon for the searchlabel of result format "feed"
* @author mwjames
*/
$( '.smw-feed-furtherresults > a' ).addClass( 'feedlink' );