Commit 6929df94907ecd64532f24d1e6bdd66eff22c5b1

Authored by Daniel
1 parent 116b9e50

Made metric choice accordion hide all options by default

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