aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2019-07-26 03:02:06 +0200
committerstonedDiscord <stoned@derpymail.org>2019-07-26 03:02:06 +0200
commitbaaa1f5b7c2da4af925d2a078a73505c59451270 (patch)
tree0cebf52d385dc429843cab3b13a45281c6cf05d8 /webAO
parenta60888bffc251abd511bc3aed97cd59988a68b06 (diff)
stop my ps4 from crashing
Diffstat (limited to 'webAO')
-rw-r--r--webAO/client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js
index 8aaf879..1d0bdc2 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -31,7 +31,7 @@ const UPDATE_INTERVAL = 60;
* which caused problems on low-memory devices in the past.
*/
let oldLoading = false;
-if (/webOS|iPod|BlackBerry|BB|PlayBook|IEMobile|Windows Phone|Kindle|Silk|Opera Mini/i.test(navigator.userAgent)) {
+if (/webOS|iPod|BlackBerry|BB|PlayBook|IEMobile|Windows Phone|Kindle|Silk|PlayStation|Opera Mini/i.test(navigator.userAgent)) {
oldLoading = true;
}