SQL input wont reset anymore
This commit is contained in:
parent
3fc3a50699
commit
91bb969d66
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue