mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 08:45:12 +00:00
Remove unnecessary hljs call
This commit is contained in:
@ -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({
|
||||
|
Reference in New Issue
Block a user