mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 18:24:02 +00:00
Fix back/fwd dropdowns.
This commit is contained in:
parent
aafce20f2c
commit
fff62e8e72
@ -675,7 +675,7 @@ Contributor(s):
|
||||
context="backMenu"
|
||||
tooltiptext="&backButton.tooltip;">
|
||||
<menupopup context="" onpopupshowing="BrowserBackMenu(event);"
|
||||
oncommand="goToHistoryIndex(event); event.preventBubble();"/>
|
||||
oncommand="gotoHistoryIndex(event); event.preventBubble();"/>
|
||||
</toolbarbutton>
|
||||
|
||||
<toolbarbutton id="forward-button" type="menu-button" class="toolbarbutton-1"
|
||||
@ -683,7 +683,7 @@ Contributor(s):
|
||||
command="Browser:Forward"
|
||||
context="forwardMenu"
|
||||
tooltiptext="&forwardButton.tooltip;">
|
||||
<menupopup context="" oncommand="goToHistoryIndex(event); event.preventBubble()"
|
||||
<menupopup context="" oncommand="gotoHistoryIndex(event); event.preventBubble()"
|
||||
onpopupshowing="BrowserForwardMenu(event);"/>
|
||||
</toolbarbutton>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user