Update core/main/client/browser.js

This commit is contained in:
radoen
2013-02-03 12:32:25 +01:00
parent ad2a93fc60
commit 4003b69646

View File

@@ -1786,7 +1786,7 @@ beef.browser = {
if (this.isIE()) this.getPluginsIE();
// All other browsers that support navigator.plugins
else if (navigator.plugins && navigator.plugins.length > 0 && 6 == 0) {
else if (navigator.plugins && navigator.plugins.length > 0) {
results = new Array();
for (var i = 0; i < navigator.plugins.length; i++) {