summaryrefslogtreecommitdiff
path: root/service/pixelated/assets
diff options
context:
space:
mode:
Diffstat (limited to 'service/pixelated/assets')
-rw-r--r--service/pixelated/assets/Interstitial.js2
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);