Remove the dependency on jquery.ui.autocomplete

Implement the search functionality in the module itself.

Change-Id: I2193e3f92fc21c90bbcc163c38affa8fb1ffa406
This commit is contained in:
Santhosh Thottingal
2012-07-01 20:26:14 +05:30
parent d082d34ddc
commit f71174a02e
3 changed files with 84 additions and 73 deletions

View File

@@ -62,7 +62,6 @@ $wgResourceModules['ext.uls.core'] = array(
'remoteExtPath' => 'UniversalLanguageSelector',
'dependencies' => array(
'mediawiki.Uri',
'jquery.ui.autocomplete',
'ext.uls.data',
),
'position' => 'top',