Merge pull request #1946 from LePichu/master
fix: random `Array` ref in `src/theme/book.js`
This commit is contained in:
commit
36e1f01091
|
@ -166,7 +166,6 @@ function playground_text(playground) {
|
||||||
.filter(function (node) {return node.classList.contains("editable"); })
|
.filter(function (node) {return node.classList.contains("editable"); })
|
||||||
.forEach(function (block) { block.classList.remove('language-rust'); });
|
.forEach(function (block) { block.classList.remove('language-rust'); });
|
||||||
|
|
||||||
Array
|
|
||||||
code_nodes
|
code_nodes
|
||||||
.filter(function (node) {return !node.classList.contains("editable"); })
|
.filter(function (node) {return !node.classList.contains("editable"); })
|
||||||
.forEach(function (block) { hljs.highlightBlock(block); });
|
.forEach(function (block) { hljs.highlightBlock(block); });
|
||||||
|
|
Loading…
Reference in New Issue