mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-26 02:40:43 -06:00
Merge pull request #7194 from firefly-iii/fix-7192
Extra code for #7192
This commit is contained in:
commit
3e04f14665
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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user