mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 12:39:59 +01:00
Update script.js
This commit is contained in:
parent
425b4d43af
commit
b084f71731
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* MISSKEY CLIENT ENTRY POINT
|
* MISSKEY CLIENT ENTRY POINT
|
||||||
*/
|
*/
|
||||||
(() => {
|
{
|
||||||
const head = document.getElementsByTagName('head')[0];
|
const head = document.getElementsByTagName('head')[0];
|
||||||
|
|
||||||
// Detect user language
|
// 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');
|
meta.setAttribute('content', 'width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no');
|
||||||
head.appendChild(meta);
|
head.appendChild(meta);
|
||||||
}
|
}
|
||||||
})();
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user