Clean up
This commit is contained in:
parent
1236a09247
commit
c6b6c8afbd
2 changed files with 0 additions and 8 deletions
|
|
@ -40,9 +40,6 @@
|
|||
const data = JSON.parse(vuex);
|
||||
if (data.device.lang) lang = data.device.lang;
|
||||
}
|
||||
|
||||
const storedLang = localStorage.getItem('lang');
|
||||
if (storedLang) lang = storedLang;
|
||||
//#endregion
|
||||
|
||||
// Detect the user agent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue