Text search facet didn't reconstruct from permalink properly.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@771 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
1a87d672cf
commit
ae986ebe49
@ -90,6 +90,9 @@ TextSearchFacet.prototype._initializeUI = function() {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (this._query) {
|
||||||
|
elmts.input[0].value = this._query;
|
||||||
|
}
|
||||||
elmts.input.keyup(function(evt) {
|
elmts.input.keyup(function(evt) {
|
||||||
self._query = this.value;
|
self._query = this.value;
|
||||||
self._scheduleUpdate();
|
self._scheduleUpdate();
|
||||||
|
Loading…
Reference in New Issue
Block a user