1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 07:13:58 -05:00

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 55295b73e1
commit b936deac31
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 )