summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorAya Morisawa <AyaMorisawa4869@gmail.com>2017-03-31 04:15:04 +0900
committerAya Morisawa <AyaMorisawa4869@gmail.com>2017-03-31 04:15:04 +0900
commitf48dc2a4bf4e065962e4a6e174856792a74853bd (patch)
tree335719afcfdcf92db9a747ab8ac63c297a234f34 /src/web
parentWIP #332 (diff)
parentUpdate script.js (diff)
downloadmisskey-f48dc2a4bf4e065962e4a6e174856792a74853bd.tar.gz
misskey-f48dc2a4bf4e065962e4a6e174856792a74853bd.tar.bz2
misskey-f48dc2a4bf4e065962e4a6e174856792a74853bd.zip
Merge remote-tracking branch 'origin/master'
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);
}
-})();
+}