to refine UI rendering.

Note In FF 21.xx the old detection method correctly work yet
This commit is contained in:
radoen
2013-02-03 01:45:01 +01:00
parent fdf3dff690
commit 4e73163403

View File

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