diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/assets/js/fuji.js (renamed from static/assets/js/fuji.dev.js) | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/static/assets/js/fuji.dev.js b/static/assets/js/fuji.js index d6917a3..0a81db2 100644 --- a/static/assets/js/fuji.dev.js +++ b/static/assets/js/fuji.js @@ -85,9 +85,6 @@ if ($('body').attr('data-theme') === 'dark') { }); } -// init highlight.js -hljs.initHighlighting(); - // if in post page and using utterances // add utterances comment loading indicator if ($('.post-loading').length >= 1) { |