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:
Normann Lou 2007-11-26 04:19:48 +00:00
parent 4e4ab64ce4
commit 4fcb294634

View File

@ -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