Merge pull request #4183 from flashbackzoo/pulls/fix-panel-collapse

Fix behaviour of panels
This commit is contained in:
Damian Mooyman 2015-05-14 10:37:43 +12:00
commit 102ef033f9

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