Fix panel collapse

This commit is contained in:
David Craig 2015-05-13 10:15:50 +12:00
parent 3b7aff28d5
commit 232ed3cb4f

View File

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