about summary refs log tree commit diff
path: root/gn2/wqflask/templates/gnqa.html
diff options
context:
space:
mode:
authorAlexander_Kabui2024-08-30 17:22:00 +0300
committerAlexander_Kabui2024-08-30 17:22:00 +0300
commitf0ccf6271a577dd55f88733b2a4841b579576fe6 (patch)
tree4a5754720a95e917369a1963c87d75c37b5e3000 /gn2/wqflask/templates/gnqa.html
parent39cb5deed5f33122ea2cc8502945f171367db5df (diff)
parented20621c23a9a41152f3d6a48334f2a31c018033 (diff)
downloadgenenetwork2-f0ccf6271a577dd55f88733b2a4841b579576fe6.tar.gz
fix merge conflict
Diffstat (limited to 'gn2/wqflask/templates/gnqa.html')
-rw-r--r--gn2/wqflask/templates/gnqa.html10
1 files changed, 3 insertions, 7 deletions
diff --git a/gn2/wqflask/templates/gnqa.html b/gn2/wqflask/templates/gnqa.html
index 1268ef39..b3bc74fd 100644
--- a/gn2/wqflask/templates/gnqa.html
+++ b/gn2/wqflask/templates/gnqa.html
@@ -93,7 +93,7 @@
 	    AI Search
 	    <small>
 	      <sup>
-		<button class="search-hist-btn" hx-get="/gnqna/hist/" hx-target="#swap" hx-swap="innerHTML" >
+		<button class="search-hist-btn" hx-get="/gnqna/hist" hx-target="#swap" hx-swap="innerHTML">
 		  [Search History]
 		</button>
 	      </sup>
@@ -107,7 +107,7 @@
 	    <button class="btn btn-default btn-sm col-xs-1 col-sm-1 col-sm-offset-3"
 		    hx-post="/gnqna"
 		    hx-target="#swap"
-		    hx-swap="innerHTML"
+		    hx-swap="innerHTML"		  
 		    hx-indicator="#indicator">
 		<i class="fa fa-search fa-3x" aria-hidden="true" title="Search"></i>
 		<img id="indicator" class="htmx-indicator" src="/static/gif/loader.gif"/>
@@ -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>