mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-20 03:08:11 +00:00
Fix #2415
This commit is contained in:
2
public/v1/js/app.js
vendored
2
public/v1/js/app.js
vendored
File diff suppressed because one or more lines are too long
@@ -405,7 +405,7 @@
|
|||||||
this.success_message = '<a href="transactions/show/' + groupId + '">The transaction</a> has been stored.';
|
this.success_message = '<a href="transactions/show/' + groupId + '">The transaction</a> has been stored.';
|
||||||
this.error_message = '';
|
this.error_message = '';
|
||||||
if (this.resetFormAfter) {
|
if (this.resetFormAfter) {
|
||||||
this.addTransaction();
|
this.addTransactionToArray();
|
||||||
}
|
}
|
||||||
if (button) {
|
if (button) {
|
||||||
button.prop("disabled", false);
|
button.prop("disabled", false);
|
||||||
|
Reference in New Issue
Block a user