diff --git a/src/app/static/ws_listener.js b/src/app/static/ws_listener.js index 5f69055..0cf9887 100644 --- a/src/app/static/ws_listener.js +++ b/src/app/static/ws_listener.js @@ -2,9 +2,6 @@ let ws = new WebSocket('ws://' + document.location.host + '/ws'); let converter = new showdown.Converter(); -hljs.initHighlightingOnLoad(); - - $('#container').on('click', '.anchor', ( function (event) { let anchorName = $(this).attr('id').replace('_event', ''); let data = JSON.stringify({