Update script.js

This commit is contained in:
syuilo⭐️ 2017-04-17 15:52:38 +09:00 committed by GitHub
parent d0f11c0a52
commit 580e06360e

View file

@ -1,7 +1,7 @@
/**
* MISSKEY CLIENT ENTRY POINT
*/
{
const head = document.getElementsByTagName('head')[0];
// Detect user language
@ -27,4 +27,3 @@
meta.setAttribute('content', 'width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no');
head.appendChild(meta);
}
}