whoops
This commit is contained in:
parent
9baa01f5c2
commit
b5861e2a37
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue