Skip to content

Commit

Permalink
Fix panel collapse
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmorrisonnz committed May 12, 2015
1 parent 3b7aff2 commit 232ed3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/javascript/LeftAndMain.Panel.js
Expand Up @@ -138,7 +138,7 @@
$('.cms-content-tools.collapsed').entwine({
// Expand CMS' centre pane, when the pane itself is clicked somewhere
onclick: function(e) {
$('.cms-panel .toggle-expand').trigger('click');
this.expandPanel();
}
});
});
Expand Down

0 comments on commit 232ed3c

Please sign in to comment.