diff --git a/circle/dashboard/static/dashboard/group-details.js b/circle/dashboard/static/dashboard/group-details.js index 19b2f15..2510381 100644 --- a/circle/dashboard/static/dashboard/group-details.js +++ b/circle/dashboard/static/dashboard/group-details.js @@ -25,3 +25,9 @@ }); return false; }); + + $(".group-details-help-button").click(function() { + $(".group-details-help").stop().slideToggle(); + }); + +