mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-05 14:51:22 +00:00
Remove unnecessary hljs call
This commit is contained in:
parent
5151a47490
commit
0a3c06109e
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user