fix: random ref in

This commit is contained in:
LePichu 2022-12-06 12:05:11 +05:30
parent 4deb5c7cee
commit e3c484af01
1 changed files with 0 additions and 1 deletions

View File

@ -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); });