From 9aa3a5154d1cd2ece2024c42be1016b14956fbdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Tue, 21 Jan 2025 07:39:55 +0100 Subject: [PATCH] =?UTF-8?q?P=C5=99esn=C4=9Bj=C5=A1=C3=AD=20query=20(aby=20?= =?UTF-8?q?nebral=20i=20jin=C3=A9=20formul=C3=A1=C5=99e)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- korektury/templates/korektury/korekturovatko/htmlstrana.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/korektury/templates/korektury/korekturovatko/htmlstrana.html b/korektury/templates/korektury/korekturovatko/htmlstrana.html index 9f4d2274..ae656aac 100644 --- a/korektury/templates/korektury/korekturovatko/htmlstrana.html +++ b/korektury/templates/korektury/korekturovatko/htmlstrana.html @@ -62,5 +62,5 @@ .catch(error => {alert("Něco se nepovedlo:" + error);}); } - for (const form of document.querySelectorAll("[action='']")) form.addEventListener('submit', async event => { zmenStavKorektury(event); }); + for (const form of document.querySelectorAll(".corr-buttons form")) form.addEventListener('submit', async event => { zmenStavKorektury(event); });