mirror of
				https://github.com/avatao-content/baseimage-tutorial-framework
				synced 2025-11-04 01:02:54 +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();
 | 
					let converter = new showdown.Converter();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
hljs.initHighlightingOnLoad();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
$('#container').on('click', '.anchor', ( function (event) {
 | 
					$('#container').on('click', '.anchor', ( function (event) {
 | 
				
			||||||
    let anchorName = $(this).attr('id').replace('_event', '');
 | 
					    let anchorName = $(this).attr('id').replace('_event', '');
 | 
				
			||||||
    let data = JSON.stringify({
 | 
					    let data = JSON.stringify({
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user