c
This commit is contained in:
parent
b9c17f4673
commit
0322e3b4c2
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…
x
Reference in New Issue
Block a user