Commit 164c8bb4 by Oláh István Gergely

dashboard: add js to show group help text

parent 8d7ea537
......@@ -25,3 +25,9 @@
});
return false;
});
$(".group-details-help-button").click(function() {
$(".group-details-help").stop().slideToggle();
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment