remove javascript error log trying to load hljs from non config pages
This commit is contained in:
@ -73,8 +73,7 @@
|
||||
|
||||
return false;
|
||||
});
|
||||
|
||||
hljs.highlightAll();
|
||||
|
||||
$('.edit-file' ).on('keydown .editable', function(e){
|
||||
if(e.keyCode === 9) {
|
||||
document.execCommand ( 'styleWithCSS', true, null )
|
||||
|
Reference in New Issue
Block a user