mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
This will keep history.
This commit is contained in:
parent
8fdd0cb795
commit
3ada260e0e
@ -85,7 +85,7 @@ function catchSubmit() {
|
||||
createCookie('report-start', moment(picker.startDate).format("YYYYMMDD"), 365);
|
||||
createCookie('report-end', moment(picker.endDate).format("YYYYMMDD"), 365);
|
||||
|
||||
window.location.replace(reportURL + "/" + url);
|
||||
window.location.href = reportURL + "/" + url;
|
||||
}
|
||||
//console.log(url);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user