mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 14:48:11 +00:00
Clean up code.
This commit is contained in:
1
public/v1/js/ff/index.js
vendored
1
public/v1/js/ff/index.js
vendored
@@ -108,7 +108,6 @@ function getBillsBox() {
|
||||
var unpaid = [];
|
||||
var paid = [];
|
||||
for (key in data) {
|
||||
var row = data[key];
|
||||
//console.log(key);
|
||||
if (key.substr(0, 16) === 'bills-unpaid-in-') {
|
||||
// only when less than 3.
|
||||
|
||||
Reference in New Issue
Block a user