From b430874c8905a15e97ba0ddd280e982a2396605b Mon Sep 17 00:00:00 2001 From: Alessio Vanni Date: Fri, 22 Feb 2019 15:48:16 +0100 Subject: Remove double tooltip Previously, the XUL tooltip would hide part of the second tooltip, generated by the buttons inside the popup. --- js/vapi-background.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'js/vapi-background.js') diff --git a/js/vapi-background.js b/js/vapi-background.js index e3b0e79..f2d176c 100644 --- a/js/vapi-background.js +++ b/js/vapi-background.js @@ -2198,7 +2198,6 @@ vAPI.toolbarButton = { type: 'view', viewId: location.host + '-panel', label: vAPI.app.name, - tooltiptext: vAPI.app.name, tabs: {/*tabId: {badge: 0, img: boolean}*/}, init: null, codePath: '' @@ -2397,7 +2396,6 @@ vAPI.toolbarButton = { toolbarButton.setAttribute('removable', 'true'); toolbarButton.setAttribute('class', 'toolbarbutton-1 chromeclass-toolbar-additional'); toolbarButton.setAttribute('label', tbb.label); - toolbarButton.setAttribute('tooltiptext', tbb.label); var toolbarButtonPanel = document.createElement('panel'); // NOTE: Setting level to parent breaks the popup for PaleMoon under -- cgit v1.2.3