diff --git a/lib/jquery.uls/src/jquery.uls.core.js b/lib/jquery.uls/src/jquery.uls.core.js index 82035abc..3581e9ab 100644 --- a/lib/jquery.uls/src/jquery.uls.core.js +++ b/lib/jquery.uls/src/jquery.uls.core.js @@ -123,7 +123,7 @@ languages: that.languages, success: function() { // clear the search field. - that.$languageFilter.languagefilter( 'clear' ); + that.$languageFilter.val( '' ); that.success(); } } );