diff options
author | NavaL <mnandri@thoughtworks.com> | 2016-01-28 10:42:37 +0100 |
---|---|---|
committer | NavaL <mnandri@thoughtworks.com> | 2016-01-28 10:43:14 +0100 |
commit | 8f07c10b906b5736a7330ba8eb42af6259e0797a (patch) | |
tree | 8b197f62a183126f83591e21c83a95ec08c7703a /service/pixelated/assets | |
parent | 766c5617007650d90f1d249aaa253755dcd1906c (diff) |
added ft step
Issue #583
Diffstat (limited to 'service/pixelated/assets')
-rw-r--r-- | service/pixelated/assets/Interstitial.js | 2 |
1 files changed, 1 insertions, 1 deletions
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); |