From d6705917137711f25d84bffaf9ab4453972fece5 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
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 190ff255c3..ec90ff5237 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);
 	}
 })();