From 82140bbb3384845ec71ad0f77c7b73c736baf767 Mon Sep 17 00:00:00 2001 From: John Nduli Date: Wed, 11 Sep 2024 15:22:16 +0300 Subject: feat: async js loading for fahamu results --- gn2/wqflask/templates/gsearch_gene.html | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'gn2/wqflask/templates') diff --git a/gn2/wqflask/templates/gsearch_gene.html b/gn2/wqflask/templates/gsearch_gene.html index ecb8de8f..091cc435 100644 --- a/gn2/wqflask/templates/gsearch_gene.html +++ b/gn2/wqflask/templates/gsearch_gene.html @@ -272,8 +272,9 @@ }); + {% if do_ai_search %} + {% endif %} {% endblock %} -- cgit v1.2.3