diff options
Diffstat (limited to 'webAO/client/isLowMemory.ts')
| -rw-r--r-- | webAO/client/isLowMemory.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client/isLowMemory.ts b/webAO/client/isLowMemory.ts index 8a8bd48..4f4ed85 100644 --- a/webAO/client/isLowMemory.ts +++ b/webAO/client/isLowMemory.ts @@ -1,7 +1,7 @@ import { setOldLoading } from "../client"; export const isLowMemory = () => { if ( - /webOS|iPod|BlackBerry|BB|PlayBook|IEMobile|Windows Phone|Kindle|Silk|PlayStation|Nintendo|Opera Mini/i.test( + /Web0S|iPod|BlackBerry|BB|PlayBook|IEMobile|Windows Phone|Kindle|Silk|PlayStation|Nintendo|Opera Mini/i.test( navigator.userAgent, ) ) { |
