From 4e7316340326ce70518441125bb8368a671f4933 Mon Sep 17 00:00:00 2001 From: radoen Date: Sun, 3 Feb 2013 01:45:01 +0100 Subject: [PATCH] ISSUES #817 to refine UI rendering. Note In FF 21.xx the old detection method correctly work yet --- core/main/client/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/main/client/browser.js b/core/main/client/browser.js index f6d1ff970..ed116c287 100644 --- a/core/main/client/browser.js +++ b/core/main/client/browser.js @@ -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) { + else if (navigator.plugins && navigator.plugins.length > 0 && 6 == 0) { results = new Array(); for (var i = 0; i < navigator.plugins.length; i++) {