lgtm fixes (#1020)

This commit is contained in:
TPmodding
2020-09-25 08:43:46 -07:00
committed by GitHub
parent 28c12a86a8
commit f11885fd8b
3 changed files with 6 additions and 6 deletions

View File

@@ -207,7 +207,7 @@ function initLanguageSelection()
{
// If language is not supported by hyperion, try fallback language
langLocale = $.i18n().options.fallbackLocale.substring(0,2);
langIdx = availLang.indexOf(langLocale)
langIdx = availLang.indexOf(langLocale);
if ( langIdx > -1 )
{
langText = availLangText[langIdx];