mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
c
This commit is contained in:
parent
17cbad5b01
commit
2120bfae07
2 changed files with 2 additions and 1065 deletions
1065
searx/webapp.py
1065
searx/webapp.py
File diff suppressed because one or more lines are too long
|
@ -1202,7 +1202,7 @@ function proxify()
|
||||||
{
|
{
|
||||||
let tmp_url = document.querySelector("#fnref\\:"+String(i+1)).href
|
let tmp_url = document.querySelector("#fnref\\:"+String(i+1)).href
|
||||||
if(!tmp_url||!prompt.url_proxy[tmp_url]) continue;
|
if(!tmp_url||!prompt.url_proxy[tmp_url]) continue;
|
||||||
const nowurl = modal_open(prompt.url_proxy[tmp_url])
|
const nowurl = prompt.url_proxy[tmp_url]
|
||||||
document.querySelector("#fnref\\:"+String(i+1)).onclick = function() { modal_open(nowurl,i+1) };
|
document.querySelector("#fnref\\:"+String(i+1)).onclick = function() { modal_open(nowurl,i+1) };
|
||||||
document.querySelector("#fnref\\:"+String(i+1)).removeAttribute('href')
|
document.querySelector("#fnref\\:"+String(i+1)).removeAttribute('href')
|
||||||
document.querySelector("#fnref\\:"+String(i+1)).removeAttribute('id')
|
document.querySelector("#fnref\\:"+String(i+1)).removeAttribute('id')
|
||||||
|
|
Loading…
Add table
Reference in a new issue