Remove unnecessary hljs call

This commit is contained in:
Bálint Bokros 2017-12-06 01:02:50 +01:00
parent 5151a47490
commit 0a3c06109e

View File

@ -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({