More UI code

Not all functionalities are added.

Change-Id: I37007a8dedce6bcb055a9d6d79376f40868fd6dd
This commit is contained in:
Santhosh Thottingal
2012-08-15 15:45:39 +05:30
committed by Amir E. Aharoni
parent dbcdd63e69
commit a17598ad04
6 changed files with 176 additions and 68 deletions

View File

@@ -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',
);