From 39ceae44c192ace249afc4773546a2f53a1bafe0 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Thu, 15 Oct 2009 22:11:13 +0000 Subject: [PATCH] BUGFIX: Fix items not deleting on tablefields (from r86099) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@89169 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- javascript/TableField.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/TableField.js b/javascript/TableField.js index 9040a955e..c6b542f1a 100755 --- a/javascript/TableField.js +++ b/javascript/TableField.js @@ -74,7 +74,7 @@ TableField.prototype = { Event.stop(e); return false; } - return false; + // TODO ajaxErrorHandler and loading-image are dependent on cms, but formfield is in sapphire var confirmed = confirm(ss.i18n._t('TABLEFIELD.DELETECONFIRMMESSAGE', 'Are you sure you want to delete this record?')); if(confirmed){