mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUG Fix JS error on clicking collapsed panel
This commit is contained in:
parent
942ef04664
commit
f7c19830d6
@ -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);
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user