diff --git a/searx/webapp.py b/searx/webapp.py index 795eb62a0..228914858 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -941,563 +941,7 @@ const search_queryquery = "''' + search_query.query.replace('"',"") + r'''" const search_type = "''' + search_type + r'''" const net_search = ''' + net_search_str + r''' '''