fix android

This commit is contained in:
idk
2019-03-15 22:13:47 -04:00
parent 20764cf3ef
commit bc6026ce31
3 changed files with 1 additions and 5 deletions

View File

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