support non firefox gecko browsers
This commit is contained in:
parent
d756ca4ee3
commit
0e3954581b
|
@ -144,6 +144,8 @@ requires
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
if (!userAgent && navigator.userAgent.indexOf('Gecko') > -1)
|
||||||
|
userAgent = 'Firefox';
|
||||||
return userAgent;
|
return userAgent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user