We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e6c005 commit 7767c19Copy full SHA for 7767c19
1 file changed
header.js
@@ -180,7 +180,7 @@ const add_docs_versioning = () => {
180
footer_infix += `<a href="/index.html">${TRUNK_VERSION}</a>, `
181
}
182
183
- not_trunk_versions = [latest_version, second_likely_popular_version]
+ const not_trunk_versions = [latest_version, second_likely_popular_version]
184
185
for (let version of not_trunk_versions) {
186
if (current_version != version) {
0 commit comments