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: ...")
(No difference)

Revision as of 12:14, 3 April 2016

/* 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' );