MediaWiki:Gadget-calc.js: Difference between revisions

no edit summary
(Created page with "$(function () { if ($('.jcConfig').length) { mw.loader.load( 'ext.gadget.calc-core' ); } })")
 
No edit summary
Tag: Reverted
Line 1:
$(function () { if ($('.jcConfig').length) { mw.loader.load( 'ext.gadget.calc-core' ); }})
$(function () {
if ($('.jcConfig').length) {
mw.loader.load( 'ext.gadget.calc-core' );
}
})