Added Security Token

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@44311 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Romain Louis 2007-11-06 01:20:58 +00:00
parent 9e787604dc
commit 1b9a6f4144
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ ComplexTableField.prototype = {
link.getAttribute("href"),
{
method: 'post',
postBody: 'forceajax=1',
postBody: 'forceajax=1' + ($('SecurityID') ? '&SecurityID=' + $('SecurityID').value : ''),
onComplete: function(){
Effect.Fade(
row,

View File

@ -83,7 +83,7 @@ TableListField.prototype = {
link.getAttribute("href"),
{
method: 'post',
postBody: 'forceajax=1',
postBody: 'forceajax=1' + ($('SecurityID') ? '&SecurityID=' + $('SecurityID').value : ''),
onComplete: function(){
Effect.Fade(row);
}.bind(this),