This will keep history.

This commit is contained in:
James Cole 2015-12-12 20:59:29 +01:00
parent 8fdd0cb795
commit 3ada260e0e

View File

@ -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);