From baa28a860169c453465a7e5bdd08d154f4767b8d Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 21 Apr 2018 16:27:47 +0900 Subject: [PATCH] wait --- src/client/app/boot.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/client/app/boot.js b/src/client/app/boot.js index 190ff255c..ec90ff523 100644 --- a/src/client/app/boot.js +++ b/src/client/app/boot.js @@ -130,6 +130,8 @@ } // Force reload - location.reload(true); + setTimeout(() => { + location.reload(true); + }, 1000); } })();