CC-2455:Show what i am sending heading
-fixed
This commit is contained in:
parent
3f8e61f949
commit
43c8a28633
5 changed files with 44 additions and 18 deletions
|
@ -67,4 +67,9 @@ $(document).ready(function() {
|
|||
$("#link_to_privacy").live('click', function(){
|
||||
window.open("http://www.sourcefabric.org/en/about/policy/");
|
||||
});
|
||||
|
||||
$('.toggle legend').click(function() {
|
||||
$('.toggle').toggleClass('closed');
|
||||
return false;
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue