mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Update sphinx_rtd_theme/static/js/versions.js_t
This commit is contained in:
parent
b513322d42
commit
903df9b514
@ -8,7 +8,7 @@ if (themeFlyoutDisplay === "attached") {
|
||||
return "";
|
||||
}
|
||||
|
||||
// Prepend the current language to the options on the selector
|
||||
// Insert the current language to the options on the selector
|
||||
let languages = config.projects.translations.concat(config.projects.current);
|
||||
languages = languages.sort((a, b) => a.language.name.localeCompare(b.language.name));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user