We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb307b commit af5e0b5Copy full SHA for af5e0b5
templates/switchers.js
@@ -87,6 +87,7 @@ const _navigate_to_first_existing = (urls) => {
87
88
const _on_version_switch = (event) => {
89
if (_IS_LOCAL) return;
90
+
91
const selected_version = event.target.value;
92
// English has no language prefix.
93
const new_prefix_en = `/${selected_version}/`;
@@ -111,6 +112,7 @@ const _on_version_switch = (event) => {
111
112
113
const _on_language_switch = (event) => {
114
115
116
const selected_language = event.target.value;
117
118
const new_prefix =
0 commit comments