From e5ced405442bd0537b8d5a4db83fc1a015ed265b Mon Sep 17 00:00:00 2001 From: Andrew Sutherland Date: Tue, 8 Sep 2009 22:53:27 -0700 Subject: [PATCH] remove some lingering tooltip removal stuff --HG-- branch : gloda-facet --- mail/base/content/glodaFacetBindings.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mail/base/content/glodaFacetBindings.xml b/mail/base/content/glodaFacetBindings.xml index 6a57166439..8c683aee35 100644 --- a/mail/base/content/glodaFacetBindings.xml +++ b/mail/base/content/glodaFacetBindings.xml @@ -542,7 +542,6 @@ let nameNode = document.getAnonymousElementByAttribute(this, "anonid", "name"); nameNode.textContent = this.attrDef.strings.facetLabel; - nameNode.setAttribute("title", this.attrDef.strings.facetTooltip); // - include // setup the include label @@ -1105,9 +1104,6 @@ this, "anonid", "showall"); showNode.textContent = glodaFacetStrings.get( "glodaFacetView.results.message.showAllInList.label"); - showNode.setAttribute("title", - glodaFacetStrings.get( - "glodaFacetView.results.message.showAllInList.tooltip")); let sortLabelNode = document.getAnonymousElementByAttribute( this, "anonid", "sort-label");