Removing facets individually should also show the help message if there is no more facet.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1560 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
7b74a59da1
commit
c5ba025bad
@ -194,6 +194,9 @@ BrowsingEngine.prototype.removeFacet = function(facet) {
|
||||
|
||||
if (update) {
|
||||
Refine.update({ engineChanged: true });
|
||||
} else if (this._facets.length == 0) {
|
||||
this._elmts.help.show();
|
||||
this._elmts.header.hide();
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user