Merge pull request #7194 from firefly-iii/fix-7192

Extra code for #7192
This commit is contained in:
James Cole 2023-03-11 07:13:59 +01:00 committed by GitHub
commit 3e04f14665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}