Skip to content

Commit

Permalink
Fix for Firefox 4
Browse files Browse the repository at this point in the history
Works with 3.6.22, 4.0.1, 7.0.
  • Loading branch information
freefreeplanet committed Sep 26, 2011
1 parent 3edf007 commit c68aa85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions content/browserOverlay3.xul
Expand Up @@ -4,13 +4,7 @@
<overlay id="UniversalEditBtn_Overlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="application/x-javascript" src="chrome://universaleditbtn/content/overlay.js"/>

<toolbarpalette id="BrowserToolbarPalette">
<toolbaritem id="urlbar-container">
<textbox id="urlbar">
<hbox id="urlbar-icons">
<image id="universaleditbtn-icon" />
</hbox>
</textbox>
</toolbaritem>
</toolbarpalette>
<hbox id="urlbar-icons">
<image id="universaleditbtn-icon" insertbefore="star-button" />
</hbox>
</overlay>
2 changes: 1 addition & 1 deletion install.rdf
Expand Up @@ -13,7 +13,7 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- firefox -->
<em:minVersion>2.0</em:minVersion>
<em:maxVersion>4.*</em:maxVersion>
<em:maxVersion>7.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
Expand Down

0 comments on commit c68aa85

Please sign in to comment.