mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR Missed a _super() call in LeftAndMain.js
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92828 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
233e6e970f
commit
1581d93df6
@ -362,9 +362,10 @@ var ss_MainLayout;
|
|||||||
onmatch: function() {
|
onmatch: function() {
|
||||||
var self = this;
|
var self = this;
|
||||||
this.setForm($('#Form_EditForm'));
|
this.setForm($('#Form_EditForm'));
|
||||||
|
|
||||||
jQuery('#Form_EditForm').bind('loadnewpage delete', function(e) {self.refresh();});
|
jQuery('#Form_EditForm').bind('loadnewpage delete', function(e) {self.refresh();});
|
||||||
self.refresh();
|
self.refresh();
|
||||||
|
|
||||||
|
this._super();
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user