зеркало из https://github.com/mozilla/pjs.git
Only do the security icon's click action for left clicks. b=304920 r=mconnor
This commit is contained in:
Родитель
71a3a095b8
Коммит
f37cc68efc
|
@ -234,7 +234,7 @@
|
|||
onpopupshowing="return FeedHandler.buildFeedList(event);"
|
||||
oncommand="FeedHandler.addLiveBookmark(event.target.getAttribute('feed'));" />
|
||||
</button>
|
||||
<image id="lock-icon" onclick="displaySecurityInfo(); event.preventBubble();"/>
|
||||
<image id="lock-icon" onclick="if (event.button == 0) displaySecurityInfo(); event.preventBubble();"/>
|
||||
</hbox>
|
||||
</textbox>
|
||||
</toolbaritem>
|
||||
|
|
Загрузка…
Ссылка в новой задаче