some style fixes, issue with noscript when visiting susimail for the first time, ready for release

This commit is contained in:
idk
2021-05-24 13:57:37 -04:00
parent f337e64b81
commit 83bb92c0cb
15 changed files with 83 additions and 790 deletions

View File

@@ -19,8 +19,10 @@ function routerHost(url) {
console.log("(urlcheck) Torrent application path", final);
return "i2psnark";
} else if (final === "webmail" || final === "susimail") {
console.log("(urlcheck) Mail application path", final);
return "webmail";
if (!url.includes(".css")) {
console.log("(urlcheck) Mail application path", final);
return "webmail";
}
} else if (final.startsWith("MuWire")) {
if (!url.includes(".png")) {
console.log("(urlcheck) MuWire application path", final);