diff --git a/templates/web/prod/index.html.twig b/templates/web/prod/index.html.twig index dc6336d0a0..7aa3f0299a 100644 --- a/templates/web/prod/index.html.twig +++ b/templates/web/prod/index.html.twig @@ -181,9 +181,9 @@ -
+
- +
diff --git a/templates/web/prod/thesaurus.js b/templates/web/prod/thesaurus.js index f77d19a61d..bd39454b91 100644 --- a/templates/web/prod/thesaurus.js +++ b/templates/web/prod/thesaurus.js @@ -44,11 +44,11 @@ function T_Gfilter(o) { var f; if(o.nodeName=="FORM") - f = $(o).children(":text").val(); + f = $(o).find("input[name=search_value]").val(); else if(o.nodeName=="INPUT") - f = o.value; + f = $(o).val(); - T_Gfilter_delayed(f, 0); + T_Gfilter_delayed(f, 0); switch(p4.thesau.currentWizard) {