Skip to content

Commit 6f36825

Browse files
committed
Keep the opened panel open when clicking another panel to open
1 parent 53cbbcc commit 6f36825

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/views/shared/_dojos.html+smartphone.haml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.panel.panel-default
44
.panel-heading{id: "heading#{index}", role: "tab"}
55
%h4.panel-title
6-
%a{"data-parent" => "#accordion", "data-toggle" => "collapse",
6+
%a{"data-toggle" => "collapse",
77
href: "##{"collapse#{index}"}", role: "button"}
88
%i.fa.fa-chevron-right{"aria-hidden" => "true"}
99
= region
@@ -22,5 +22,3 @@
2222
$(this).parent().find(".fa-chevron-down").removeClass("fa-chevron-down").addClass("fa-chevron-right");
2323
});
2424
});
25-
26-

0 commit comments

Comments
 (0)