From d9017b2665ed56329480bd0fe7f3f0c7f785898b Mon Sep 17 00:00:00 2001 From: paweldomas Date: Tue, 13 Dec 2016 07:33:27 -0600 Subject: [PATCH] feat(index.html): update "failed to load the page" msg Also adds a link to reload manually. --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 7fe77016f..6ae5bf78a 100644 --- a/index.html +++ b/index.html @@ -63,6 +63,10 @@ var delay = Math.pow(2, retryCount) * 2000; + document.body.innerHTML += + "
The page will reload shortly... " + + "(reload)"; + window.setTimeout( function () { window.location.replace(href); }, delay); };