Extra code for #7192

This commit is contained in:
James Cole
2023-03-11 07:13:39 +01:00
parent 07cb7dd06e
commit dbf83df363

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