mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
c
This commit is contained in:
parent
88ee2841aa
commit
fc164a0a6b
2 changed files with 2 additions and 2 deletions
|
@ -1156,7 +1156,7 @@ const net_search = ''' + net_search_str + r'''
|
||||||
function proxify()
|
function proxify()
|
||||||
{
|
{
|
||||||
try{
|
try{
|
||||||
for(let i=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)))
|
||||||
{
|
{
|
||||||
|
|
|
@ -1156,7 +1156,7 @@ const net_search = ''' + net_search_str + r'''
|
||||||
function proxify()
|
function proxify()
|
||||||
{
|
{
|
||||||
try{
|
try{
|
||||||
for(let i=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)))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue