summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
Diffstat (limited to 'src/web')
-rw-r--r--src/web/app/client/script.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/app/client/script.js b/src/web/app/client/script.js
index 1ad45b333e..fd0c20e012 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);
}
-})();
+}