This commit is contained in:
Pablo Moyano 2013-12-28 04:00:14 -03:00
parent f45ea488cd
commit 23be77ef14

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 });
};