From f56f9197897100838f66ca32a9652b1c9ff94f7c Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Thu, 3 Sep 2020 15:57:46 +0200 Subject: [PATCH] Fix for previous commit --- webapp/src/main/webapp/themes/iph/templates/searchSelector.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/main/webapp/themes/iph/templates/searchSelector.ftl b/webapp/src/main/webapp/themes/iph/templates/searchSelector.ftl index 9484ee1a..7c49e4a1 100644 --- a/webapp/src/main/webapp/themes/iph/templates/searchSelector.ftl +++ b/webapp/src/main/webapp/themes/iph/templates/searchSelector.ftl @@ -9,7 +9,7 @@ $('#simple-search-container').hide(); $('#querybuilder-container').show(); }); - if ( "${querytext!?html}".includes(":\"") ){ + if ( "${querytext!?html}".includes(":"") ){ $('#simple-search-container').hide(); $('#querybuilder-container').show(); }