From b99b4ffdc4a6f7ee9aa0ed0b7d1a83a5fdbbd539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Thu, 13 Feb 2025 18:28:25 +0100 Subject: [PATCH] =?UTF-8?q?Debugovac=C3=AD=20v=C3=BDpisy=20smaz=C3=A1ny?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/korektury/korekturovatko/__dalsi_korektura.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/korektury/templates/korektury/korekturovatko/__dalsi_korektura.html b/korektury/templates/korektury/korekturovatko/__dalsi_korektura.html index 51ebc7a1..1e9c4724 100644 --- a/korektury/templates/korektury/korekturovatko/__dalsi_korektura.html +++ b/korektury/templates/korektury/korekturovatko/__dalsi_korektura.html @@ -35,7 +35,6 @@ for (let [_, opravy] of Object.entries(comments)) { for (const oprava of opravy) { if (stav == null || oprava.status === stav) { - console.log(oprava, oprava.htmlElement.getBoundingClientRect().y); const y = oprava.htmlElement.getBoundingClientRect().y; if (y >= -1) { if (dalsi) { @@ -44,7 +43,6 @@ return; } } else { - console.log(predchozi); if (predchozi !== null) predchozi.htmlElement.scrollIntoView(); else alert("Výše už není žádná taková korektura."); return; }