diff --git a/searx/webapp.py b/searx/webapp.py index 8e0aefe56..c2b375ed8 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -1151,7 +1151,32 @@ const search_queryquery = "''' + search_query.query.replace('"',"") + r'''" const search_type = "''' + search_type + r'''" const net_search = ''' + net_search_str + r''' ''' # for i in range(1,16): diff --git a/searx/webapp1.py b/searx/webapp1.py index b2cd933de..3b6812fda 100644 --- a/searx/webapp1.py +++ b/searx/webapp1.py @@ -1151,6 +1151,31 @@ const search_queryquery = "''' + search_query.query.replace('"',"") + r'''" const search_type = "''' + search_type + r'''" const net_search = ''' + net_search_str + r'''