MediaWiki:Gadget-calc.js: Difference between revisions

From RuneRealm Wiki
Jump to navigation Jump to search
Content added Content deleted
(Created page with "$(function () { if ($('.jcConfig').length) { mw.loader.load( 'ext.gadget.calc-core' ); } })")
(No difference)

Revision as of 01:34, 13 October 2024

$(function () {
	if ($('.jcConfig').length) {
		mw.loader.load( 'ext.gadget.calc-core' );
	}
})