mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-11 04:08:12 +00:00
Clean up some code.
This commit is contained in:
2
public/v1/js/ff/firefly.js
vendored
2
public/v1/js/ff/firefly.js
vendored
@@ -70,7 +70,7 @@ $(function () {
|
||||
}).done(function () {
|
||||
window.location.reload(true);
|
||||
}).fail(function () {
|
||||
alert('Could not change date range');
|
||||
console.error('Could not change date range');
|
||||
});
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user