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) {