From 3ada260e0e4522bc88d05996e97d92fdf9b167e4 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 12 Dec 2015 20:59:29 +0100 Subject: [PATCH] This will keep history. --- public/js/reports.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/reports.js b/public/js/reports.js index e0befb472e..10997093bc 100644 --- a/public/js/reports.js +++ b/public/js/reports.js @@ -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);