mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 09:05:53 +00:00
Merged [47009]: Calls bind using Prototype Event.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@60169 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
f2a2903c0e
commit
587394879e
@ -84,7 +84,7 @@ LeftPane.prototype = {
|
||||
var callback = function() {
|
||||
Form.Element.enable(this);
|
||||
statusMessage("Record created","good");
|
||||
}.bind(e);
|
||||
}.bind(Event.element(e));
|
||||
$('Form_EditForm').updateCMSContent(el, openTab, link, callback);
|
||||
|
||||
Event.stop(e);
|
||||
|
Loading…
x
Reference in New Issue
Block a user