Difference between revisions of "MediaWiki:Common.js"

From Openresearch
Jump to: navigation, search
(Created page with "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: ...")
 
(clean up, removing HTML and CSS code from JS file)
 
(12 intermediate revisions by one other user not shown)
(No difference)

Latest 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' );