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
This commit is contained in:
Ingo Schommer 2009-11-21 02:36:17 +00:00
parent 2ccc3669eb
commit e70571d6f8

View File

@ -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() {