Skip to content

Commit 7767c19

Browse files
committed
fix
1 parent 4e6c005 commit 7767c19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ const add_docs_versioning = () => {
180180
footer_infix += `<a href="/index.html">${TRUNK_VERSION}</a>, `
181181
}
182182

183-
not_trunk_versions = [latest_version, second_likely_popular_version]
183+
const not_trunk_versions = [latest_version, second_likely_popular_version]
184184

185185
for (let version of not_trunk_versions) {
186186
if (current_version != version) {

0 commit comments

Comments
 (0)