SQL input wont reset anymore

This commit is contained in:
Yannic 2025-09-25 18:22:42 +02:00
parent 3fc3a50699
commit 91bb969d66

View file

@ -112,7 +112,6 @@ document.getElementById('sqlSelectInputForm').addEventListener('submit', functio
const container = document.getElementById('result'); const container = document.getElementById('result');
container.innerHTML = data; // show success/error container.innerHTML = data; // show success/error
this.reset(); // optional: reset form after success
// scroll after the new content is in place // scroll after the new content is in place
if (container) { if (container) {