MediaWiki:Gadget-dps.js: Difference between revisions

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