mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 09:52:20 +00:00
Fixes #7175
This commit is contained in:
1
public/v1/js/ff/budgets/index.js
vendored
1
public/v1/js/ff/budgets/index.js
vendored
@@ -224,7 +224,6 @@ function deleteBudgetLimit(e) {
|
||||
var url = deleteBudgetLimitUrl.replace('REPLACEME', budgetLimitId.toString());
|
||||
$.post(url, {_token: token}).then(function () {
|
||||
$('.bl_entry[data-budget-limit-id="' + budgetLimitId + '"]').remove();
|
||||
|
||||
});
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user