diff options
author | Alessio Vanni <vannilla@firemail.cc> | 2019-02-22 15:48:16 +0100 |
---|---|---|
committer | Alessio Vanni <vannilla@firemail.cc> | 2019-02-22 15:48:16 +0100 |
commit | b430874c8905a15e97ba0ddd280e982a2396605b (patch) | |
tree | bf981b8c696a2f0e2e423177ab8c22844323e38e /js/vapi-background.js | |
parent | 9c52f79abdfb912b2a46b0b407f67d90e2117fc2 (diff) | |
download | ematrix-b430874c8905a15e97ba0ddd280e982a2396605b.tar.lz ematrix-b430874c8905a15e97ba0ddd280e982a2396605b.tar.xz ematrix-b430874c8905a15e97ba0ddd280e982a2396605b.zip |
Remove double tooltip
Previously, the XUL tooltip would hide part of the second tooltip,
generated by the buttons inside the popup.
Diffstat (limited to 'js/vapi-background.js')
-rw-r--r-- | js/vapi-background.js | 2 |
1 files changed, 0 insertions, 2 deletions
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 |