Skip to content

Commit e3c484a

Browse files
committed
fix: random ref in
1 parent 4deb5c7 commit e3c484a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/theme/book.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ function playground_text(playground) {
166166
.filter(function (node) {return node.classList.contains("editable"); })
167167
.forEach(function (block) { block.classList.remove('language-rust'); });
168168

169-
Array
170169
code_nodes
171170
.filter(function (node) {return !node.classList.contains("editable"); })
172171
.forEach(function (block) { hljs.highlightBlock(block); });

0 commit comments

Comments
 (0)