diff --git a/app/templates/index.html b/app/templates/index.html index 3889e33..c3fcbf2 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -35,7 +35,7 @@
-
+
@@ -135,7 +136,7 @@ const editBtn = document.getElementById('editBtn'); const saveBtn = document.getElementById('saveBtn'); - input.removeAttribute('readonly'); + input.removeAttribute('disabled'); input.classList.add('border-border'); input.focus();