From e3c484af0162885d486335da2da25541b272e837 Mon Sep 17 00:00:00 2001 From: LePichu Date: Tue, 6 Dec 2022 12:05:11 +0530 Subject: [PATCH] fix: random ref in --- src/theme/book.js | 1 - 1 file changed, 1 deletion(-) 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); });