summaryrefslogtreecommitdiffstats
path: root/documentation/sphinx-static/switchers.js.in
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/sphinx-static/switchers.js.in')
-rw-r--r--documentation/sphinx-static/switchers.js.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/documentation/sphinx-static/switchers.js.in b/documentation/sphinx-static/switchers.js.in
index 5d3a4d7935..e7ef2ce5f5 100644
--- a/documentation/sphinx-static/switchers.js.in
+++ b/documentation/sphinx-static/switchers.js.in
@@ -72,9 +72,6 @@ by https://git.yoctoproject.org/yocto-autobuilder-helper/tree/scripts/run-docs-b
72 buf.push('<option value="' + version + '" selected="selected">' + title + '</option>'); 72 buf.push('<option value="' + version + '" selected="selected">' + title + '</option>');
73 else 73 else
74 buf.push('<option value="' + version + '">' + title + '</option>'); 74 buf.push('<option value="' + version + '">' + title + '</option>');
75
76 if (version != current_version)
77 buf.push('<option value="' + current_version + '" selected="selected">' + current_version + '</option>');
78 } else { 75 } else {
79 buf.push('<option value="' + version + '">' + title + '</option>'); 76 buf.push('<option value="' + version + '">' + title + '</option>');
80 } 77 }