mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 00:04:24 +00:00
Fix #7716
This commit is contained in:
@@ -94,7 +94,6 @@ function updateBudgetedAmount(e) {
|
||||
start: periodStart,
|
||||
end: periodEnd
|
||||
}).done(function (data) {
|
||||
|
||||
input.prop('disabled', false);
|
||||
input.data('limit', data.id);
|
||||
// update amount left.
|
||||
|
Reference in New Issue
Block a user