More UI code
Not all functionalities are added. Change-Id: I37007a8dedce6bcb055a9d6d79376f40868fd6dd
This commit is contained in:
committed by
Amir E. Aharoni
parent
dbcdd63e69
commit
a17598ad04
@@ -89,7 +89,8 @@ $wgResourceModules['ext.uls.webfonts'] = array(
|
||||
'localBasePath' => $dir,
|
||||
'remoteExtPath' => 'UniversalLanguageSelector',
|
||||
'dependencies' => array(
|
||||
'jquery.webfonts'
|
||||
'jquery.webfonts',
|
||||
'ext.uls.webfonts.repository',
|
||||
),
|
||||
);
|
||||
|
||||
@@ -138,7 +139,7 @@ $wgResourceModules['jquery.webfonts'] = array(
|
||||
);
|
||||
|
||||
$wgResourceModules['ext.uls.webfonts.repository'] = array(
|
||||
'scripts' => 'resources/js/jquery.webfonts.repository.js',
|
||||
'scripts' => 'resources/js/ext.uls.webfonts.repository.js',
|
||||
'localBasePath' => $dir,
|
||||
'remoteExtPath' => 'UniversalLanguageSelector',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user