diff options
author | papush | 2021-08-29 14:47:17 +0200 |
---|---|---|
committer | papush | 2021-08-29 14:47:17 +0200 |
commit | 2635cf1cdf6448bd6990bcc2b2928145552cb382 (patch) | |
tree | 6c6d493ff25f411c817babeae3c12a0b10801265 /chrome/browserOverlay.xul | |
parent | 987993e96af6e07174ba8003bb205394f4d1d3e0 (diff) |
fix the "setting" menu item toggling the add-on
Diffstat (limited to 'chrome/browserOverlay.xul')
-rw-r--r-- | chrome/browserOverlay.xul | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browserOverlay.xul b/chrome/browserOverlay.xul index 8a97546..9c32654 100644 --- a/chrome/browserOverlay.xul +++ b/chrome/browserOverlay.xul @@ -36,7 +36,7 @@ label="Enable" /> <menuitem id="redirector-settings-item" label="Settings" - oncommand="RedirectorOverlay.openSettings();" /> + oncommand="RedirectorOverlay.openSettings(); event.stopPropagation();" /> </menupopup> </toolbarbutton> </toolbarpalette> |