mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 15:39:50 +00:00
This will keep history.
This commit is contained in:
@@ -85,7 +85,7 @@ function catchSubmit() {
|
|||||||
createCookie('report-start', moment(picker.startDate).format("YYYYMMDD"), 365);
|
createCookie('report-start', moment(picker.startDate).format("YYYYMMDD"), 365);
|
||||||
createCookie('report-end', moment(picker.endDate).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);
|
//console.log(url);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user