Fixed languagesettings dependency
Also corrected to Unix line endings. Change-Id: If6a28f312b09a0b797864064329fda41ce8332fd
This commit is contained in:
@@ -71,6 +71,7 @@ $wgResourceModules['ext.uls.init'] = array(
|
||||
'mediawiki.Uri',
|
||||
'jquery.tipsy',
|
||||
'jquery.uls',
|
||||
'ext.uls.languagesettings',
|
||||
),
|
||||
'position' => 'top',
|
||||
);
|
||||
@@ -120,8 +121,8 @@ $wgResourceModules['jquery.uls.data'] = array(
|
||||
'remoteExtPath' => 'UniversalLanguageSelector',
|
||||
);
|
||||
|
||||
$wgResourceModules['jquery.webfonts'] = array(
|
||||
'scripts' => 'lib/jquery.webfonts.js',
|
||||
'localBasePath' => $dir,
|
||||
'remoteExtPath' => 'UniversalLanguageSelector',
|
||||
$wgResourceModules['jquery.webfonts'] = array(
|
||||
'scripts' => 'lib/jquery.webfonts.js',
|
||||
'localBasePath' => $dir,
|
||||
'remoteExtPath' => 'UniversalLanguageSelector',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user