MediaWiki:Gadget-calc.js: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
No edit summary Tag: Manual revert |
No edit summary |
||
Line 1: | Line 1: | ||
$(function () { |
$(function () { |
||
if ($('.jcConfig').length) { |
if ($('.jcConfig').length) { |
||
mw.loader.load( 'ext.gadget.calc-core' ); |
//mw.loader.load( 'ext.gadget.calc-core' ); |
||
mw.loader.load( '/images/es6test.js' ); |
|||
} |
} |
||
}) |
}) |