Unknown browsers are now hooked properly - and don't bork with the "ERROR Invalid browser name"
git-svn-id: https://beef.googlecode.com/svn/trunk@791 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
@@ -246,7 +246,7 @@ beef.browser = {
|
||||
if (this.isIE()) { return 'IE' }; // Internet Explorer any version
|
||||
if (this.isO()) { return 'O' }; // Opera any version
|
||||
if (this.isS()) { return 'S' }; // Safari any version
|
||||
return 'UNKNOWN'; // Unknown UA
|
||||
return 'UN'; // Unknown UA
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user