Delay loading of language settings javascript
Load them when language settings is opened using cog or ULS icon click Change-Id: I472497c549bff0fd578156fa0113dae2d6a7a7fb
This commit is contained in:
committed by
Amir E. Aharoni
parent
b96e6ed20a
commit
d92c75518b
@@ -88,8 +88,11 @@ $wgResourceModules['ext.uls.interface'] = array(
|
||||
'dependencies' => array(
|
||||
'ext.uls.init',
|
||||
'jquery.tipsy',
|
||||
'ext.uls.displaysettings',
|
||||
'ext.uls.inputsettings',
|
||||
'mediawiki.user',
|
||||
// We can not delay webfonts loading since it is required
|
||||
// immediately after page load
|
||||
'ext.uls.webfonts',
|
||||
'ext.uls.ime',
|
||||
),
|
||||
'messages' => array(
|
||||
'uls-plang-title-languages',
|
||||
|
||||
Reference in New Issue
Block a user