Difference between revisions of "MediaWiki:Sandbox.js"
Jump to navigation
Jump to search
Nussnougat (talk | contribs) |
Nussnougat (talk | contribs) |
||
Line 2: | Line 2: | ||
console.log(mw.config); | console.log(mw.config); | ||
$("#sandbox-output").html("JS loaded!!"); | $("#sandbox-output").html("JS loaded!!"); | ||
− | } | + | }); |
Revision as of 02:14, 6 August 2019
$(function () { console.log(mw.config); $("#sandbox-output").html("JS loaded!!"); });