1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 13:16:08 +02:00
This commit is contained in:
syuilo
2018-05-21 21:41:06 +09:00
parent 1236a09247
commit c6b6c8afbd
2 changed files with 0 additions and 8 deletions

View File

@@ -10,11 +10,6 @@
localStorage.setItem('v', v);
}
const lang = window.prompt('Enter language (optional):');
if (lang && lang.length > 0) {
localStorage.setItem('lang', lang);
}
setTimeout(() => {
location.href = '/';
}, 500);