From 91bb969d66d0f14088a74e72e32ba349406acc2d Mon Sep 17 00:00:00 2001 From: Yannic Date: Thu, 25 Sep 2025 18:22:42 +0200 Subject: [PATCH] SQL input wont reset anymore --- script.php | 1 - 1 file changed, 1 deletion(-) diff --git a/script.php b/script.php index 50ca105..f78c525 100644 --- a/script.php +++ b/script.php @@ -112,7 +112,6 @@ document.getElementById('sqlSelectInputForm').addEventListener('submit', functio const container = document.getElementById('result'); container.innerHTML = data; // show success/error - this.reset(); // optional: reset form after success // scroll after the new content is in place if (container) {