From 8f07c10b906b5736a7330ba8eb42af6259e0797a Mon Sep 17 00:00:00 2001 From: NavaL Date: Thu, 28 Jan 2016 10:42:37 +0100 Subject: added ft step Issue #583 --- service/pixelated/assets/Interstitial.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/pixelated/assets') diff --git a/service/pixelated/assets/Interstitial.js b/service/pixelated/assets/Interstitial.js index cf9ef8e4..6fed8d78 100644 --- a/service/pixelated/assets/Interstitial.js +++ b/service/pixelated/assets/Interstitial.js @@ -45,7 +45,7 @@ $(function () { url: '/' }).success(function (data) { if (/Pixelated Mail/g.test(data)) { - window.location.reload(true); + window.location="/"; } }); }, 5000); -- cgit v1.2.3