mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Extra code for #7192
This commit is contained in:
3
public/v1/js/ff/transactions/show.js
vendored
3
public/v1/js/ff/transactions/show.js
vendored
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user