Add brackets

This commit is contained in:
syuilo 2018-08-25 19:39:06 +09:00
parent 16520c7b4c
commit f0b08d3936
1 changed files with 3 additions and 3 deletions

View File

@ -51,10 +51,10 @@
}
}
if (settings &&
settings.device.lang &&
LANGS.includes(settings.device.lang))
if (settings && settings.device.lang &&
LANGS.includes(settings.device.lang)) {
lang = settings.device.lang;
}
//#endregion
// Detect the user agent