MediaWiki:Vector.js: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→Any JavaScript here will be loaded for users using the Vector skin: alert("test").") |
No edit summary |
||
| Line 1: | Line 1: | ||
/* Any JavaScript here will be loaded for users using the Vector skin */ | /* Any JavaScript here will be loaded for users using the Vector skin */ | ||
alert("test") | alert("test"); | ||
Revision as of 15:33, 20 October 2020
/* Any JavaScript here will be loaded for users using the Vector skin */
alert("test");