From 6e387396b455ed176b3a1ecfd7f079204081f74f Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Thu, 9 Mar 2023 01:46:24 +0300 Subject: link to hint page;update form selector --- wqflask/wqflask/templates/index_page.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/wqflask/wqflask/templates/index_page.html b/wqflask/wqflask/templates/index_page.html index 0e120d69..e6ef667a 100755 --- a/wqflask/wqflask/templates/index_page.html +++ b/wqflask/wqflask/templates/index_page.html @@ -117,7 +117,7 @@
- +
@@ -130,6 +130,9 @@ Enter terms, genes, ID numbers in the Search field.
Use * or ? wildcards (Cyp*a?, synap*).
Use quotes for terms such as "tyrosine kinase". + + +
see more hints
@@ -326,8 +329,11 @@ $(document).on('submit', '#searchform', function(event){ if( event.target.value.trim() != "" ) { saveBeforeSubmit(event.target.value.trim()) - document.forms[1].submit(); + //document.forms[1].submit(); + $( "#searchform" )[0].submit(); + } + } } -- cgit v1.2.3 From 3a29c373f9bd5b4cadb3445b836404613fc788c5 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Thu, 9 Mar 2023 01:47:02 +0300 Subject: fix miniform search id --- wqflask/wqflask/templates/base.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html index 4b1237f5..116d9b7c 100644 --- a/wqflask/wqflask/templates/base.html +++ b/wqflask/wqflask/templates/base.html @@ -139,7 +139,7 @@
-
+