MediaWiki:Gadget-GECharts.js: Difference between revisions
Jump to navigation
Jump to search
imported>Riblet15 rm nowikis |
Created page with "$(function () { if ($( '.GEdatachart' ).length) { mw.loader.load( 'ext.gadget.GECharts-core' ); } })" |
(No difference)
|
Latest revision as of 05:13, 4 November 2024
$(function () {
if ($( '.GEdatachart' ).length) {
mw.loader.load( 'ext.gadget.GECharts-core' );
}
})