diff --git a/korektury/templates/korektury/korekturovatko/__edit_komentar.html b/korektury/templates/korektury/korekturovatko/__edit_komentar.html index b1913bfb..f2c17ae2 100644 --- a/korektury/templates/korektury/korekturovatko/__edit_komentar.html +++ b/korektury/templates/korektury/korekturovatko/__edit_komentar.html @@ -43,6 +43,7 @@ // zobrazí commform (bez vyplňování) _show(img_id, x, y) { + this.submit_button.disabled = false; this.div.style.display = 'block'; this.div.style.left = x; this.div.style.top = y;