Only do the security icon's click action for left clicks. b=304920 r=mconnor

This commit is contained in:
dbaron%dbaron.org 2006-02-21 06:38:34 +00:00
Родитель 71a3a095b8
Коммит f37cc68efc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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>