Merge "Don't load Vue on page load"

This commit is contained in:
jenkins-bot 2024-12-02 20:42:29 +00:00 committed by Gerrit Code Review
commit 6988e66271

View file

@ -76,8 +76,7 @@ function main( window ) {
if ( appearanceMenuExists ) {
mw.loader.using( [
'skins.vector.clientPreferences',
'skins.vector.search.codex.styles',
'skins.vector.search.codex.scripts'
'skins.vector.search.codex.styles'
] ).then( () => {
const clientPreferences = require( /** @type {string} */ ( 'skins.vector.clientPreferences' ) );
const clientPreferenceConfig = ( require( './clientPreferences.json' ) );