mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-24 00:23:09 +02:00
Update boot.js
This commit is contained in:
parent
990a583e5e
commit
0ebe801af4
1 changed files with 4 additions and 3 deletions
|
@ -51,9 +51,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (settings) {
|
if (settings &&
|
||||||
if (settings.device.lang) lang = settings.device.lang;
|
settings.device.lang &&
|
||||||
}
|
LANGS.includes(settings.device.lang))
|
||||||
|
lang = settings.device.lang;
|
||||||
//#endregion
|
//#endregion
|
||||||
|
|
||||||
// Detect the user agent
|
// Detect the user agent
|
||||||
|
|
Loading…
Reference in a new issue