diff options
Diffstat (limited to '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 |