-
GRNVS Tutorium
+
GRNVS Tutorium
-
@@ -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();