Merge pull request #303 from jwcooper/language-parser

Fixes #302 - download pages selects incorrect locale
This commit is contained in:
Kattni 2019-10-04 11:12:49 -04:00 committed by GitHub
commit 39346b4965
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,6 +40,7 @@ function setLocale(response) {
if (languages.includes(options[i].dataset.locale)) {
options[i].selected = true;
select.onchange(select);
break;
}
}
});