Skip to content

Commit 2405fef

Browse files
committed
Fix javascript bug
1 parent 41bff96 commit 2405fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_includes/topbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
const maxWidth = 100;
116116
const offset = 2;
117117
const tags = tagCloud.find('span.text-muted');
118-
const values = [];
118+
const values = new Array();
119119

120120
for (let tag of tags) {
121121
values.push(tag.textContent * 1);

0 commit comments

Comments
 (0)