mirror of
https://github.com/elseif/MikroTikPatch
synced 2026-07-17 18:49:41 +00:00
Update index.html
Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
parent
73d90b27e0
commit
cbd6ffa50c
@ -702,7 +702,7 @@
|
|||||||
});
|
});
|
||||||
document.getElementById("clear-cache").onclick = e => {
|
document.getElementById("clear-cache").onclick = e => {
|
||||||
const links = document.querySelectorAll("a[href^='https://gh-proxy.com/https://github.com/elseif/MikroTikPatch/']");
|
const links = document.querySelectorAll("a[href^='https://gh-proxy.com/https://github.com/elseif/MikroTikPatch/']");
|
||||||
document.getElementById("urls-list").innerText = Array.from(links).map(a => a.href).join("\n");
|
document.getElementById("urls-list").innerText = Array.from(links).map(a => a.href).filter(href => !href.includes(".yml")).join("\n");
|
||||||
document.getElementById("urls-pannel").style.display = "block";
|
document.getElementById("urls-pannel").style.display = "block";
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user