mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Improve test coverage and efficiency for accounts and budgets.
This commit is contained in:
9
public/v1/js/ff/budgets/index.js
vendored
9
public/v1/js/ff/budgets/index.js
vendored
@@ -26,7 +26,6 @@ $(function () {
|
||||
"use strict";
|
||||
|
||||
$('.updateIncome').on('click', updateIncome);
|
||||
$('.infoIncome').on('click', infoIncome);
|
||||
|
||||
/*
|
||||
On start, fill the "spent"-bar using the content from the page.
|
||||
@@ -239,11 +238,3 @@ function updateIncome() {
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
function infoIncome() {
|
||||
$('#defaultModal').empty().load(infoIncomeUri, function () {
|
||||
$('#defaultModal').modal('show');
|
||||
});
|
||||
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user