This commit is contained in:
nelle 2024-07-19 23:17:51 -06:00
parent 9baa01f5c2
commit b5861e2a37

View file

@ -20,7 +20,7 @@ function redirect() {
);
let disclaimer = `<div class="web-disclaimer">`;
if ((chromium) && (screen.width >= 699)) window.location.replace("/bsod");
if ((chromium) && (screen.width <= 699)) window.location.replace("/mobile-warnc");
if ((chromium) && (screen.width <= 699)) window.location.replace("/mobile-warn");
}
// Resizable textarea