Skip to content

Commit

Permalink
Merge pull request #932 from aholachek/object-facet-close
Browse files Browse the repository at this point in the history
close by default
  • Loading branch information
aholachek committed May 23, 2016
2 parents 11b6e54 + 89f8ee5 commit f03d6a0
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 f03d6a0

Please sign in to comment.