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 difference)

Revision as of 06:54, 5 August 2025

/* 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;
});