Let's make it easy on Android

This commit is contained in:
idk
2019-03-15 21:48:53 -04:00
parent d74759f483
commit 20764cf3ef

View File

@@ -1,4 +1,8 @@
function isFirefox() {
testDroid = navigator.userAgent.indexOf('Android') !== -1;
if (testDroid) {
return false
}
testPlain = navigator.userAgent.indexOf('Firefox') !== -1;
if (testPlain) {
return testPlain