From 8967aa6ec1e0a49ce8d513c6bd769d43b65af511 Mon Sep 17 00:00:00 2001 From: "johnath@mozilla.com" Date: Wed, 6 Feb 2008 10:12:54 -0800 Subject: [PATCH] Change "More information" link in identity popup to button. b=414872, r=gavin, ui-r=beltzner, a=beltzner --- browser/base/content/browser.js | 10 ++++------ browser/base/content/browser.xul | 16 +++++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) 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 @@