diff --git a/templates/edit.html b/templates/edit.html index 01d65a3..d484d9a 100644 --- a/templates/edit.html +++ b/templates/edit.html @@ -3,10 +3,8 @@ Edit File - - + + @@ -18,7 +16,6 @@ opacity: 45%; } - [contenteditable]:focus { outline: 0px solid transparent; } @@ -43,102 +40,78 @@
- - - - - + + + + + + + +
+ + +
- - - - + + - - - - - + +
- - + +
- +
-
-
- +
+
+ + +
+ {{.FileContent}}
-
-
-
- - - -
- {{.FileContent}}
- -
-
+
- - + .catch(error => { + console.error("Error deleting file:", error); + }); + } + + - \ No newline at end of file +