mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 18:41:08 +00:00
Various code cleanup.
This commit is contained in:
3
public/js/ff/firefly.js
vendored
3
public/js/ff/firefly.js
vendored
@@ -65,7 +65,8 @@ $(function () {
|
||||
$.post(dateRangeMeta.uri, {
|
||||
start: start.format('YYYY-MM-DD'),
|
||||
end: end.format('YYYY-MM-DD'),
|
||||
label: label
|
||||
label: label,
|
||||
_token: token
|
||||
}).done(function () {
|
||||
window.location.reload(true);
|
||||
}).fail(function () {
|
||||
|
Reference in New Issue
Block a user