mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
c
This commit is contained in:
parent
b9c17f4673
commit
0322e3b4c2
2 changed files with 2 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -1161,7 +1161,7 @@ function proxify()
|
||||||
{
|
{
|
||||||
document.querySelector("#fnref\\:"+String(i+1)).removeAttribute('href')
|
document.querySelector("#fnref\\:"+String(i+1)).removeAttribute('href')
|
||||||
document.querySelector("#fnref\\:"+String(i+1)).addEventListener('click', function () {
|
document.querySelector("#fnref\\:"+String(i+1)).addEventListener('click', function () {
|
||||||
modal.style.display = 'block'; modal_open(prompt.url_proxy[i+2])
|
modal.style.display = 'block'; modal_open(prompt.url_proxy[i])
|
||||||
});
|
});
|
||||||
document.querySelector("#fnref\\:"+String(i+1)).removeAttribute('id')
|
document.querySelector("#fnref\\:"+String(i+1)).removeAttribute('id')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue