From dbf83df363d68edc317acd660197d593dda8a621 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 11 Mar 2023 07:13:39 +0100 Subject: [PATCH] Extra code for #7192 --- public/v1/js/ff/transactions/show.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/v1/js/ff/transactions/show.js b/public/v1/js/ff/transactions/show.js index 30abedea19..0762e2d2f0 100644 --- a/public/v1/js/ff/transactions/show.js +++ b/public/v1/js/ff/transactions/show.js @@ -85,7 +85,6 @@ function cloneTransaction(e) { var groupId = parseInt(button.data('id')); $.post(cloneGroupUrl, { - _token: token, id: groupId }).done(function (data) { // lame but it works @@ -94,4 +93,4 @@ function cloneTransaction(e) { console.error('I failed :('); }); return false; -} \ No newline at end of file +}