Merge pull request #840 from ultraklon/modification3

Adapt to deal with changed jQuery name - fixes #839
This commit is contained in:
Tom Morris 2014-02-02 09:19:36 -08:00
commit c2cadab475

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