remove javascript error log trying to load hljs from non config pages

This commit is contained in:
RaidMax
2021-11-02 18:02:04 -05:00
parent 914b37b20a
commit 2734a3f138
2 changed files with 8 additions and 3 deletions

View File

@ -73,8 +73,7 @@
return false;
});
hljs.highlightAll();
$('.edit-file' ).on('keydown .editable', function(e){
if(e.keyCode === 9) {
document.execCommand ( 'styleWithCSS', true, null )