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()
|
||||
{
|
||||
try{
|
||||
for(let i=Object.keys(prompt.url_proxy).length;i>=0;--i)
|
||||
{
|
||||
if(document.querySelector("#fnref\\:"+String(i+1)))
|
||||
|
@ -1195,8 +1194,7 @@ function proxify()
|
|||
document.querySelector("#fnref\\:"+String(i+1)).removeAttribute('id')
|
||||
}
|
||||
}
|
||||
|
||||
}catch(e){}
|
||||
|
||||
|
||||
}
|
||||
function modal_open(url, num)
|
||||
|
|
|
@ -1183,7 +1183,6 @@ const net_search = ''' + net_search_str + r'''
|
|||
|
||||
function proxify()
|
||||
{
|
||||
try{
|
||||
for(let i=Object.keys(prompt.url_proxy).length;i>=0;--i)
|
||||
{
|
||||
if(document.querySelector("#fnref\\:"+String(i+1)))
|
||||
|
@ -1195,8 +1194,7 @@ function proxify()
|
|||
document.querySelector("#fnref\\:"+String(i+1)).removeAttribute('id')
|
||||
}
|
||||
}
|
||||
|
||||
}catch(e){}
|
||||
|
||||
|
||||
}
|
||||
function modal_open(url, num)
|
||||
|
|
Loading…
Add table
Reference in a new issue