Fix a regression - region filter not working

Change-Id: I13261b96e75de601720f58eb3c045447034dd7b0
This commit is contained in:
Santhosh Thottingal
2012-08-06 12:32:41 +05:30
parent 16c82503fb
commit 12d947860a

View File

@@ -123,7 +123,7 @@
languages: that.languages, languages: that.languages,
success: function() { success: function() {
// clear the search field. // clear the search field.
that.$languageFilter.languagefilter( 'clear' ); that.$languageFilter.val( '' );
that.success(); that.success();
} }
} ); } );