From 41eeeed5c1acf8f46d5571cbc7c348976bb3e210 Mon Sep 17 00:00:00 2001 From: Joseph Cheung Date: Thu, 23 Feb 2023 12:18:52 +0800 Subject: [PATCH] o --- searx/templates/simple/filters/languages.html | 3 ++- searx/webapp.py | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/searx/templates/simple/filters/languages.html b/searx/templates/simple/filters/languages.html index 54e07e209..86f0fce90 100644 --- a/searx/templates/simple/filters/languages.html +++ b/searx/templates/simple/filters/languages.html @@ -6,7 +6,8 @@ {%- for lang_id,lang_name,country_name,english_name,flag in language_codes | sort(attribute=1) -%} {%- endfor -%} diff --git a/searx/webapp.py b/searx/webapp.py index a2e3cb78d..ec6513e19 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -1124,7 +1124,6 @@ let prompt = JSON.parse(document.querySelector("#prompt").textContent); .catch((error) => { console.error('Error:', error); }); - # document.getElementById('chat_continue').style.display=""; return; } const { choices } = JSON.parse(result);