mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-12-18 10:51:10 +00:00
Merge "Don't load Vue on page load"
This commit is contained in:
commit
6988e66271
|
@ -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' ) );
|
||||
|
|
Loading…
Reference in a new issue