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

@@ -73,7 +73,7 @@
}
} );
// trigger a search for all languages.
$( "#languagefilter" ).autocomplete( "search" );
$( "#languagefilter" ).languagefilter( "search" );
},
keyup : function(e) {
switch(e.keyCode) {