summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>2022-12-06 13:26:45 +0530
committerGitHub <noreply@github.com>2022-12-06 13:26:45 +0530
commit36e1f0109126cdf1137326e27bddc0b05a78293b (patch)
tree999f0760da6247e5bdc5d707408b13e28403775b
parent4deb5c7ceed333fc01799c8f6ed065eb96a4513d (diff)
parente3c484af0162885d486335da2da25541b272e837 (diff)
Merge pull request #1946 from LePichu/master
fix: random `Array` ref in `src/theme/book.js`
-rw-r--r--src/theme/book.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/theme/book.js b/src/theme/book.js
index 627a368e..a48ebcd2 100644
--- a/src/theme/book.js
+++ b/src/theme/book.js
@@ -166,7 +166,6 @@ function playground_text(playground) {
.filter(function (node) {return node.classList.contains("editable"); })
.forEach(function (block) { block.classList.remove('language-rust'); });
- Array
code_nodes
.filter(function (node) {return !node.classList.contains("editable"); })
.forEach(function (block) { hljs.highlightBlock(block); });