Difference between revisions of "MediaWiki:Sandbox.js"
Jump to navigation
Jump to search
Nussnougat (talk | contribs) |
Nussnougat (talk | contribs) |
||
Line 1: | Line 1: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
− | |||
$('#sandbox-output').html('Sandbox JS loaded!'); | $('#sandbox-output').html('Sandbox JS loaded!'); | ||
}); | }); |
Revision as of 02:43, 6 August 2019
$(document).ready(function() { $('#sandbox-output').html('Sandbox JS loaded!'); });