MediaWiki:Common.js: Difference between revisions

From Formula One Wiki
Jump to navigation Jump to search
(Created page with "→‎Any JavaScript here will be loaded for all users on every page load.: mw.loader.using('ext.visualEditor.desktopArticleTarget.init', function () { ve.init.mw.DesktopArticleTarget.static.showWelcomeDialog = false; });")
 
No edit summary
Tag: Manual revert
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Any JavaScript here will be loaded for all users on every page load. */
/* Any JavaScript here will be loaded for all users on every page load. */
mw.loader.using('ext.visualEditor.desktopArticleTarget.init', function () {
    ve.init.mw.DesktopArticleTarget.static.showWelcomeDialog = false;
});

Latest revision as of 07:26, 5 August 2025

/* Any JavaScript here will be loaded for all users on every page load. */