diff --git a/webadmin/dist/error.html b/webadmin/dist/error.html index 09aa05d44..d5042e2cf 100644 --- a/webadmin/dist/error.html +++ b/webadmin/dist/error.html @@ -33,6 +33,8 @@ req.open('GET', 'config.json'); req.send(); }); + + setTimeout(function () { window.location.replace('/'); }, 10000); // see if we came back