From 83518616e708daf5e484e6d6f1f8907282b5ded5 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 11 Jul 2018 12:51:51 +0200 Subject: Search UI: auto launch search on bookmark selection and criteria close --- ishtar_common/templates/widgets/search_input.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ishtar_common/templates/widgets') diff --git a/ishtar_common/templates/widgets/search_input.html b/ishtar_common/templates/widgets/search_input.html index 842b2bcfb..611caf054 100644 --- a/ishtar_common/templates/widgets/search_input.html +++ b/ishtar_common/templates/widgets/search_input.html @@ -48,6 +48,8 @@ $(document).ready(function(){ if (key === "Enter") { $(".search_button").click(); $(this).focus(); + } else { + $("#id_search_vector").addClass('input-progress'); } if (key === "Escape") { $("#clear-search-button").click(); -- cgit v1.2.3