mirror of
https://huihui.cat/mirrors/MikroTikPatch.git
synced 2025-12-10 03:24:37 +01:00
Update index.html
Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
parent
73d90b27e0
commit
cbd6ffa50c
1 changed files with 1 additions and 1 deletions
|
|
@ -702,7 +702,7 @@
|
|||
});
|
||||
document.getElementById("clear-cache").onclick = e => {
|
||||
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";
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue