mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Added Security token
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@44501 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
48a5a0e33c
commit
e915307052
@ -84,7 +84,7 @@ Object.extend(TableField.prototype,{
|
||||
link.getAttribute("href"),
|
||||
{
|
||||
method: 'post',
|
||||
postBody: 'ajax=1',
|
||||
postBody: 'ajax=1' + ($('SecurityID') ? '&SecurityID=' + $('SecurityID').value : ''),
|
||||
onComplete: function(response){
|
||||
if(response.responseText == "1"){
|
||||
Effect.Fade(
|
||||
|
Loading…
Reference in New Issue
Block a user