MediaWiki:Gadget-dropDisplay.js: Difference between revisions

From RuneRealm Wiki
Jump to navigation Jump to search
(Created page with "$(function () { if ($('table.item-drops.filterable').length) { mw.loader.load( 'ext.gadget.dropDisplay-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 ($('table.item-drops.filterable').length) {
		mw.loader.load( 'ext.gadget.dropDisplay-core' );
	}
})