support non firefox gecko browsers
This commit is contained in:
parent
7439ca7d07
commit
93dad34514
1 changed files with 2 additions and 0 deletions
|
@ -144,6 +144,8 @@ requires
|
|||
return false;
|
||||
}
|
||||
});
|
||||
if (!userAgent && navigator.userAgent.indexOf('Gecko') > -1)
|
||||
userAgent = 'Firefox';
|
||||
return userAgent;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue