Merge pull request #8 from OpenRefine/master

Merge from master
This commit is contained in:
Fabio 2014-04-09 08:55:32 +02:00
commit 564eaa1d18

View File

@ -189,7 +189,7 @@ BrowsingEngine.prototype.addFacet = function(type, config, options) {
this._facets.push({ elmt: elmt, facet: facet });
ui.leftPanelTabs.tabs("select", 0);
ui.leftPanelTabs.tabs({ active: 0 });
Refine.update({ engineChanged: true });
};