MediaWiki:Common.js: Difference between revisions
Appearance
The navbox will be under every page now |
test |
||
| Line 1: | Line 1: | ||
$(function () { | $(function () { | ||
alert("Common.js is working!"); | |||
}); | }); | ||
Revision as of 18:44, 30 May 2025
$(function () {
alert("Common.js is working!");
});