MediaWiki:Gadget-compare.js: Difference between revisions

From RuneRealm Wiki
Jump to navigation Jump to search
(Created page with "$(function () { if ($('.cioCompareLink, .infobox-bonuses').length) { mw.loader.load( 'ext.gadget.compare-core' ); } })")
 
No edit summary
Tag: Manual revert
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 17:14, 17 October 2024

$(function () {
	if ($('.cioCompareLink, .infobox-bonuses').length) {
		mw.loader.load( 'ext.gadget.compare-core' );
	}
})