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:
scotty.b.brown@gmail.com
2011-03-14 08:11:42 +00:00
parent 30f4ba5bf9
commit d1bc5f8eef
2 changed files with 11 additions and 9 deletions

View File

@@ -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
},
/**