diff --git a/WebfrontCore/Views/Configuration/Files.cshtml b/WebfrontCore/Views/Configuration/Files.cshtml
index a8e76f07d..e7757bea0 100644
--- a/WebfrontCore/Views/Configuration/Files.cshtml
+++ b/WebfrontCore/Views/Configuration/Files.cshtml
@@ -50,9 +50,15 @@
{
-
+
+
}
+
\ No newline at end of file
diff --git a/WebfrontCore/wwwroot/js/configuration.js b/WebfrontCore/wwwroot/js/configuration.js
index e9e818fd8..8cc0e8a48 100644
--- a/WebfrontCore/wwwroot/js/configuration.js
+++ b/WebfrontCore/wwwroot/js/configuration.js
@@ -73,8 +73,7 @@
return false;
});
-
- hljs.highlightAll();
+
$('.edit-file' ).on('keydown .editable', function(e){
if(e.keyCode === 9) {
document.execCommand ( 'styleWithCSS', true, null )