Skip to content

Commit

Permalink
remove unnecessary onpopupshowing code we inherited from browser
Browse files Browse the repository at this point in the history
  • Loading branch information
mykmelez committed Mar 27, 2012
1 parent ce6c13a commit 07c998c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions webapprt/content/menubar.inc
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
# You can obtain one at http://mozilla.org/MPL/2.0/.

<menubar id="main-menubar"
onpopupshowing="if (event.target.parentNode.parentNode == this &amp;&amp;
!('@mozilla.org/widget/nativemenuservice;1' in Cc))
this.setAttribute('openedwithkey',
event.target.parentNode.openedWithKey);"
style="border:0px;padding:0px;margin:0px;-moz-appearance:none">

#ifndef XP_MACOSX
Expand Down

0 comments on commit 07c998c

Please sign in to comment.