This commit is contained in:
Joseph Cheung 2023-02-27 21:45:20 +08:00
parent b9c17f4673
commit 0322e3b4c2
2 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -1161,7 +1161,7 @@ function proxify()
{
document.querySelector("#fnref\\:"+String(i+1)).removeAttribute('href')
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')
}