From baaa1f5b7c2da4af925d2a078a73505c59451270 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Fri, 26 Jul 2019 03:02:06 +0200 Subject: stop my ps4 from crashing --- webAO/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webAO/client.js') 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; } -- cgit