mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
BUGFIX Fixing incorrect arguments to submitForm() in
LeftAndMain.AddForm.js
This commit is contained in:
parent
ce7a96b116
commit
0d4f7a04dc
@ -92,9 +92,9 @@
|
||||
data.push({name:button.attr('name'),value:button.val()});
|
||||
|
||||
// TODO Should be set by hiddenfield already
|
||||
jQuery('.cms-content').submitForm(
|
||||
this.attr('action'),
|
||||
null,
|
||||
$('.cms-content').submitForm(
|
||||
this,
|
||||
button,
|
||||
function() {
|
||||
// Tree updates are triggered by Form_EditForm load events
|
||||
button.removeClass('loading');
|
||||
|
Loading…
x
Reference in New Issue
Block a user