Clean up
This commit is contained in:
parent
1236a09247
commit
c6b6c8afbd
2 changed files with 0 additions and 8 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue