Merge pull request #303 from jwcooper/language-parser
Fixes #302 - download pages selects incorrect locale
This commit is contained in:
commit
39346b4965
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ function setLocale(response) {
|
|||
if (languages.includes(options[i].dataset.locale)) {
|
||||
options[i].selected = true;
|
||||
select.onchange(select);
|
||||
break;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue