MediaWiki:Common.js: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
mw.loader.using(['mediawiki.util']).then(function () { | mw.loader.using(['mediawiki.util']).then(function () { | ||
$(function () { | $(function () { | ||
console.log("Common.js loaded"); | |||
}); | }); | ||
}); | }); | ||
Revision as of 21:01, 21 April 2026
mw.loader.using(['mediawiki.util']).then(function () {
$(function () {
console.log("Common.js loaded");
});
});