diff options
author | Munyoki Kilyungi | 2024-03-27 15:51:43 +0300 |
---|---|---|
committer | BonfaceKilz | 2024-03-27 17:59:06 +0300 |
commit | b0df4ef185f9912cabef34d0c26b92aa1def4a3e (patch) | |
tree | 8cd704af23867601fd87ad033d25d973183699f0 /gn2/wqflask | |
parent | 2b9085a3aff38d1395e424c451d4f02c994c835c (diff) | |
download | genenetwork2-b0df4ef185f9912cabef34d0c26b92aa1def4a3e.tar.gz |
Delete unused javascript in gnqa page.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com>
Diffstat (limited to 'gn2/wqflask')
-rw-r--r-- | gn2/wqflask/templates/gnqa.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gn2/wqflask/templates/gnqa.html b/gn2/wqflask/templates/gnqa.html index e3de0419..248c18bc 100644 --- a/gn2/wqflask/templates/gnqa.html +++ b/gn2/wqflask/templates/gnqa.html @@ -144,16 +144,6 @@ <script type="text/javascript"> document.addEventListener('DOMContentLoaded', function() { - $("#btn-hist-gnqa").on("click",function() { - $("#exampleModal").modal("show") - }); - - $(".search-hist-btn-form").each(function(){ - let item = $(this); - item.on("click", (e) => { - item.attr("action", `/gnqna/hist/search/${item.data("link")}`).submit(); - }) - }); $('footer').hide() }); </script> |