fix: random ref in
This commit is contained in:
parent
4deb5c7cee
commit
e3c484af01
|
@ -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