mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 09:05:53 +00:00
fix a syntax bug
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@45661 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
4e4ab64ce4
commit
4fcb294634
@ -54,7 +54,7 @@ RightContent.prototype = {
|
|||||||
remove: function(e) {
|
remove: function(e) {
|
||||||
if(window.confirm('Are you sure you want to delete?')){
|
if(window.confirm('Are you sure you want to delete?')){
|
||||||
var el = Event.element(e);
|
var el = Event.element(e);
|
||||||
Ajax.SubmitForm($('Form_EditForm'),, el.name, {
|
Ajax.SubmitForm($('Form_EditForm'), el.name, {
|
||||||
postBody : 'ajax=1',
|
postBody : 'ajax=1',
|
||||||
onSuccess: Ajax.Evaluator,
|
onSuccess: Ajax.Evaluator,
|
||||||
onFailure: ajaxErrorHandler
|
onFailure: ajaxErrorHandler
|
||||||
|
Loading…
x
Reference in New Issue
Block a user