From 8b1e56957d71fb40475fac95186ab3cf108a2ae2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?syuilo=E2=AD=90=EF=B8=8F?= <Syuilotan@yahoo.co.jp>
Date: Fri, 31 Mar 2017 03:29:39 +0900
Subject: [PATCH] Update script.js

---
 src/web/app/client/script.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/web/app/client/script.js b/src/web/app/client/script.js
index 1ad45b333..fd0c20e01 100644
--- a/src/web/app/client/script.js
+++ b/src/web/app/client/script.js
@@ -1,7 +1,7 @@
 /**
  * MISSKEY CLIENT ENTRY POINT
  */
-(() => {
+{
 	const head = document.getElementsByTagName('head')[0];
 
 	// Detect user language
@@ -27,4 +27,4 @@
 		meta.setAttribute('content', 'width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no');
 		head.appendChild(meta);
 	}
-})();
+}