From 4fcb294634266ef06cd4cc78bb7b579962105727 Mon Sep 17 00:00:00 2001 From: Normann Lou Date: Mon, 26 Nov 2007 04:19:48 +0000 Subject: [PATCH] fix a syntax bug git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@45661 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- javascript/GenericDataAdmin_right.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/GenericDataAdmin_right.js b/javascript/GenericDataAdmin_right.js index cfd527cf..f1cbc5bd 100755 --- a/javascript/GenericDataAdmin_right.js +++ b/javascript/GenericDataAdmin_right.js @@ -54,7 +54,7 @@ RightContent.prototype = { remove: function(e) { if(window.confirm('Are you sure you want to delete?')){ var el = Event.element(e); - Ajax.SubmitForm($('Form_EditForm'),, el.name, { + Ajax.SubmitForm($('Form_EditForm'), el.name, { postBody : 'ajax=1', onSuccess: Ajax.Evaluator, onFailure: ajaxErrorHandler