MediaWiki:Gadget-calc.js: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
$(function () { |
$(function () { |
||
if ($('.jcConfig').length) { |
if ($('.jcConfig').length) { |
||
mw.loader.load( 'ext.gadget.calc-core' ); |
|||
mw.loader.load( '/ |
//mw.loader.load( '/js/calc-core.js' ); |
||
//mw.loader.load( '/images/es6test.js' ); |
|||
} |
} |
||
}) |
}) |