Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Jun 17, 2018
1 parent 3310d50 commit f69bc04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platform/firefox/vapi-background.js
Original file line number Diff line number Diff line change
Expand Up @@ -2694,6 +2694,8 @@ vAPI.toolbarButton = {
tbb.populatePanel(document, toolbarButtonPanel);
toolbarButtonPanel.addEventListener('popupshowing', tbb.onViewShowing);
toolbarButtonPanel.addEventListener('popuphiding', tbb.onViewHiding);
// https://github.com/uBlockOrigin/uBlock-issues/issues/63#issuecomment-397901987
toolbarButtonPanel.setAttribute('tooltiptext', '');
toolbarButton.appendChild(toolbarButtonPanel);

return toolbarButton;
Expand Down

0 comments on commit f69bc04

Please sign in to comment.