From 0a3c06109e79515d2554957815ed01c9bc5f154b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20Bokros?= Date: Wed, 6 Dec 2017 01:02:50 +0100 Subject: [PATCH] Remove unnecessary hljs call --- src/app/static/ws_listener.js | 3 --- 1 file changed, 3 deletions(-) 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({