MediaWiki:Gadget-Charts.js: Difference between revisions

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

Revision as of 01:26, 13 October 2024

$(function () {
	if ($( '.rsw-chartjs-config' ).length) {
		mw.loader.load( 'ext.gadget.Charts-core' );
	}
})