Skip to content

Commit

Permalink
close by default
Browse files Browse the repository at this point in the history
  • Loading branch information
aholachek committed May 23, 2016
1 parent 4b4aaa7 commit 89f8ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/wraps/object_facet.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ define([
var widget = FacetFactory.makeHierarchicalCheckboxFacet({
facetField: "simbad_object_facet_hier",
facetTitle: "SIMBAD Objects",
openByDefault: true,
openByDefault: false,
logicOptions: {single: ['limit to', 'exclude'], 'multiple': ['and', 'or', 'exclude']},
responseProcessors: [
function (v) {
Expand Down

0 comments on commit 89f8ee5

Please sign in to comment.