Skip to content

Commit

Permalink
Repair toggling script enabled status from (Firefox 3) status bar.
Browse files Browse the repository at this point in the history
Fixes #1506
  • Loading branch information
Anthony Lieuallen committed Feb 6, 2012
1 parent 3527b55 commit 57670de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/browser.xul
Expand Up @@ -54,8 +54,8 @@
<menupopup
onpopupshowing="GM_showPopup(event);"
onclick="GM_popupClicked(event);event.stopPropagation();"
oncontextmenu="event.preventDefault();"
oncommand="GM_popupClicked(event);event.stopPropagation();"
oncontextmenu="event.preventDefault();"
>
<menuitem class='gm-enabled-item'
accesskey="&statusbar.enabled.accesskey;"
Expand Down
1 change: 1 addition & 0 deletions content/statusbar.xul
Expand Up @@ -17,6 +17,7 @@
<menupopup id="gm-status-popup"
onpopupshowing="GM_showPopup(event);"
onclick="GM_popupClicked(event);"
oncommand="GM_popupClicked(event);"
oncontextmenu="event.preventDefault();"
>
<menuseparator class="scripts-framed-point" collapsed="true" />
Expand Down

0 comments on commit 57670de

Please sign in to comment.