[Client] Use localStorage instead of window
This commit is contained in:
parent
6f473aa64a
commit
01983da514
2 changed files with 2 additions and 2 deletions
|
|
@ -66,7 +66,7 @@
|
|||
lang = settings.device.lang;
|
||||
}
|
||||
|
||||
window.lang = lang;
|
||||
localStorage.setItem('lang', lang);
|
||||
//#endregion
|
||||
|
||||
//#region Fetch locale data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue