purge toopie.html from the plugin

This commit is contained in:
eyedeekay
2024-10-04 21:09:53 -04:00
parent bd595dd519
commit 34d243064e
18 changed files with 2 additions and 770 deletions

View File

@@ -80,13 +80,3 @@ fetch("http://127.0.0.1:7657/themes/console/light/images/i2plogo.png")
var consoleLinks = document.querySelectorAll(".application-info");
hide(consoleLinks);
});
fetch("http://127.0.0.1:7657/jsonrpc/")
.then((myJson) => {
var toopieLinks = document.querySelectorAll(".window-visit-toopie");
unhide(toopieLinks);
})
.catch((error) => {
var toopieLinks = document.querySelectorAll(".window-visit-toopie");
hide(toopieLinks);
});