diff options
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> |