mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
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:
parent
2ccc3669eb
commit
e70571d6f8
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user