Corrected JSON.stringify failing in IE8, plus added generic return message for browsers not supporting navigator.plugins. Ref Issue #40
git-svn-id: https://beef.googlecode.com/svn/trunk@594 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
@@ -276,6 +276,8 @@ beef.browser = {
|
||||
results += ',';
|
||||
results += navigator.plugins[i].name;
|
||||
}
|
||||
} else {
|
||||
results = 'navigator.plugins is not supported in this browser!';
|
||||
}
|
||||
return results;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user