Bug 924723 - Bookmark a page only when left-clicking the star icon. r=mak

This commit is contained in:
Christopher Butcher 2013-10-26 21:34:06 -04:00
parent 52a0fd57e1
commit c0e8e2dbfd

View File

@ -571,7 +571,7 @@
onclick="gPopupBlockerObserver.onReportButtonClick(event);"/>
<image id="star-button"
class="urlbar-icon"
onclick="BookmarkingUI.onCommand(event);"/>
onclick="if (event.button === 0) BookmarkingUI.onCommand(event);"/>
<image id="go-button"
class="urlbar-icon"
tooltiptext="&goEndCap.tooltip;"