BUG Fix JS error on clicking collapsed panel

This commit is contained in:
Damian Mooyman 2015-08-24 17:36:29 +12:00
parent 942ef04664
commit f7c19830d6

View File

@ -212,8 +212,7 @@
$('.cms-content-tools.collapsed').entwine({
// Expand CMS' centre pane, when the pane itself is clicked somewhere
onclick: function(e) {
this.getPanel().expandPanel();
this.expandPanel();
this._super(e);
}
});