CC-2455:Show what i am sending heading

-fixed
This commit is contained in:
james 2011-06-29 17:28:51 -04:00
parent 3f8e61f949
commit 43c8a28633
5 changed files with 44 additions and 18 deletions

View file

@ -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;
});
});