fix: random ref in
This commit is contained in:
parent
4deb5c7cee
commit
e3c484af01
1 changed files with 0 additions and 1 deletions
|
|
@ -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); });
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue