diff --git a/main/webapp/modules/core/scripts/project/browsing-engine.js b/main/webapp/modules/core/scripts/project/browsing-engine.js index d1ddc257d..04bc571b2 100644 --- a/main/webapp/modules/core/scripts/project/browsing-engine.js +++ b/main/webapp/modules/core/scripts/project/browsing-engine.js @@ -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 }); };