From e70571d6f876c782867ea22017e98e1d32314ac4 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sat, 21 Nov 2009 02:36:17 +0000 Subject: [PATCH] MINOR Removed concrete namespace for submit actions in CMS git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92606 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- javascript/LeftAndMain.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/javascript/LeftAndMain.js b/javascript/LeftAndMain.js index b7f76822..072f3f99 100644 --- a/javascript/LeftAndMain.js +++ b/javascript/LeftAndMain.js @@ -201,12 +201,12 @@ * We need this onclick overloading because we can't get to the * clicked button from a form.onsubmit event. */ - $('#Form_EditForm .Actions :submit').concrete({ss:{ + $('#Form_EditForm .Actions :submit').concrete({ onclick: function(e) { $(this[0].form).ss().ajaxSubmit(this); return false; } - }}); + }); $('#TreeActions').concrete({ onmatch: function() {