@@ -235,6 +235,7 @@ function openBudgetSettings() {
|
|||||||
function closeBudgetSettings() {
|
function closeBudgetSettings() {
|
||||||
document.getElementById('modal-budget-settings').classList.remove('show');
|
document.getElementById('modal-budget-settings').classList.remove('show');
|
||||||
document.body.classList.remove('no-scroll');
|
document.body.classList.remove('no-scroll');
|
||||||
|
window.location.reload();
|
||||||
}
|
}
|
||||||
|
|
||||||
document.getElementById('modal-budget-settings')?.addEventListener('click', (e) => {
|
document.getElementById('modal-budget-settings')?.addEventListener('click', (e) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user