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