Skip to content

Commit

Permalink
Add Collapse action
Browse files Browse the repository at this point in the history
  • Loading branch information
issackelly committed Apr 5, 2011
1 parent 48a2bd4 commit 144b3bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions servee/frontendadmin/templates/servee/wysiwyg/tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,12 @@ <h6><a href="#" class="f-block" title="Heading 6">Heading 6</a></h6>
e.preventDefault();
return false;
});

$("p.collapse a").click(function(e){
srv_hide_all_adminBox();
e.preventDefault();
return false;
})
});

//This object defines the widths for our animations
Expand Down

0 comments on commit 144b3bd

Please sign in to comment.