From 7613298d6c427f4f3cfd3bd843e6d41099cba125 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Mon, 23 Sep 2024 11:38:36 +0300 Subject: Refactor: move global search js to index file. --- gn2/wqflask/templates/base.html | 41 ---------------------------- gn2/wqflask/templates/index_page.html | 50 +++++++++++++++++++++++++++++++---- 2 files changed, 45 insertions(+), 46 deletions(-) (limited to 'gn2/wqflask') diff --git a/gn2/wqflask/templates/base.html b/gn2/wqflask/templates/base.html index 454139df..82387db2 100644 --- a/gn2/wqflask/templates/base.html +++ b/gn2/wqflask/templates/base.html @@ -233,7 +233,6 @@ - - diff --git a/gn2/wqflask/templates/index_page.html b/gn2/wqflask/templates/index_page.html index b836cbb1..216e1c38 100755 --- a/gn2/wqflask/templates/index_page.html +++ b/gn2/wqflask/templates/index_page.html @@ -418,11 +418,51 @@ {%endblock%} {% block js %} - - - - - + + + +