Commit 6929df94907ecd64532f24d1e6bdd66eff22c5b1
1 parent
116b9e50
Exists in
colab
and in
4 other branches
Made metric choice accordion hide all options by default
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
app/views/metric_configurations/choose_metric.html.erb
| @@ -27,7 +27,8 @@ | @@ -27,7 +27,8 @@ | ||
| 27 | $(function() { | 27 | $(function() { |
| 28 | $( "#base-tool-accordion" ).accordion({ | 28 | $( "#base-tool-accordion" ).accordion({ |
| 29 | heightStyle: "content", | 29 | heightStyle: "content", |
| 30 | - collapsible: true, | 30 | + active: false, |
| 31 | + collapsible: true | ||
| 31 | }); | 32 | }); |
| 32 | }); | 33 | }); |
| 33 | 34 |