diff options
author | Alexander_Kabui | 2024-05-14 13:17:39 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-05-14 13:18:41 +0300 |
commit | 1202ce35e22ec765deacf65724fbaa235aeafb20 (patch) | |
tree | dfa2ea3abeb18af626a3c1301dc37f7285f44b49 | |
parent | 19e781e9f8dc8bfaeacfb3f86c3823fe4f6f1218 (diff) | |
download | genenetwork2-1202ce35e22ec765deacf65724fbaa235aeafb20.tar.gz |
Bug: fix issue form submission happening twice
-rw-r--r-- | gn2/wqflask/templates/gnqa.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gn2/wqflask/templates/gnqa.html b/gn2/wqflask/templates/gnqa.html index 1268ef39..8b50fe43 100644 --- a/gn2/wqflask/templates/gnqa.html +++ b/gn2/wqflask/templates/gnqa.html @@ -118,12 +118,8 @@ type="text" autocomplete="on" required placeholder="Ask More Questions or Topics (E.g Genes)" - value='' + value='' name="querygnqa" - hx-post="/gnqna" - hx-target="#swap" - hx-swap="innerHTML" - hx-indicator="#indicator" /> </div> </form> |