mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Update webapp.py
This commit is contained in:
parent
b27e5da182
commit
cab84a1a0e
1 changed files with 2 additions and 2 deletions
|
@ -914,8 +914,8 @@ button.btn_more {
|
||||||
</style>
|
</style>
|
||||||
<script src="/static/themes/simple/markdown.js"></script>
|
<script src="/static/themes/simple/markdown.js"></script>
|
||||||
<script>
|
<script>
|
||||||
const original_search_query = ''' + original_search_query + r'''
|
const original_search_query = "''' + original_search_query.replace('"',"") + r'''"
|
||||||
const search_queryquery = ''' + search_query.query + r'''
|
const search_queryquery = "''' + search_query.query.replace('"',"") + r'''"
|
||||||
//rsa
|
//rsa
|
||||||
function stringToArrayBuffer(str){
|
function stringToArrayBuffer(str){
|
||||||
if(!str) return;
|
if(!str) return;
|
||||||
|
|
Loading…
Add table
Reference in a new issue