Fix a regression - region filter not working
Change-Id: I13261b96e75de601720f58eb3c045447034dd7b0
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
|
|||||||
Reference in New Issue
Block a user