diff --git a/browser/base/content/browser.js b/browser/base/content/browser.js index 52db1dee1ad3..b94b6dbafdbf 100644 --- a/browser/base/content/browser.js +++ b/browser/base/content/browser.js @@ -5799,14 +5799,12 @@ IdentityHandler.prototype = { }, /** - * Handler for mouseclicks on the "Tell me more about this website" link text - * in the "identity-popup" panel. + * Handler for mouseclicks on the "More Information" button in the + * "identity-popup" panel. */ handleMoreInfoClick : function(event) { - if (event.button == 0) { - displaySecurityInfo(); - event.stopPropagation(); - } + displaySecurityInfo(); + event.stopPropagation(); }, /** diff --git a/browser/base/content/browser.xul b/browser/base/content/browser.xul index 51b38e1811c4..d6fbd6afd5ff 100644 --- a/browser/base/content/browser.xul +++ b/browser/base/content/browser.xul @@ -168,7 +168,7 @@