diff --git a/html/files/js/bbcode.js b/html/files/js/bbcode.js index 4988ab9..f262c05 100644 --- a/html/files/js/bbcode.js +++ b/html/files/js/bbcode.js @@ -1,5 +1,4 @@ $(function() { - $('pre.bbcode_code_body').each(function(i, e) {hljs.highlightBlock(e)}); $('body').on('click', '.bbcode_spoiler_head', function(e) { e.preventDefault(); @@ -20,4 +19,4 @@ $(function() { } $(window).resize(resizeVideos).resize(); -}); \ No newline at end of file +});