mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
c
This commit is contained in:
parent
6d5580e50d
commit
8f861aefd2
2 changed files with 2 additions and 6 deletions
|
@ -1183,7 +1183,6 @@ const net_search = ''' + net_search_str + r'''
|
||||||
|
|
||||||
function proxify()
|
function proxify()
|
||||||
{
|
{
|
||||||
try{
|
|
||||||
for(let i=Object.keys(prompt.url_proxy).length;i>=0;--i)
|
for(let i=Object.keys(prompt.url_proxy).length;i>=0;--i)
|
||||||
{
|
{
|
||||||
if(document.querySelector("#fnref\\:"+String(i+1)))
|
if(document.querySelector("#fnref\\:"+String(i+1)))
|
||||||
|
@ -1196,7 +1195,6 @@ function proxify()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}catch(e){}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
function modal_open(url, num)
|
function modal_open(url, num)
|
||||||
|
|
|
@ -1183,7 +1183,6 @@ const net_search = ''' + net_search_str + r'''
|
||||||
|
|
||||||
function proxify()
|
function proxify()
|
||||||
{
|
{
|
||||||
try{
|
|
||||||
for(let i=Object.keys(prompt.url_proxy).length;i>=0;--i)
|
for(let i=Object.keys(prompt.url_proxy).length;i>=0;--i)
|
||||||
{
|
{
|
||||||
if(document.querySelector("#fnref\\:"+String(i+1)))
|
if(document.querySelector("#fnref\\:"+String(i+1)))
|
||||||
|
@ -1196,7 +1195,6 @@ function proxify()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}catch(e){}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
function modal_open(url, num)
|
function modal_open(url, num)
|
||||||
|
|
Loading…
Add table
Reference in a new issue