summaryrefslogtreecommitdiffabout
path: root/src/chrome/content/foxri.xul
Unidiff
Diffstat (limited to 'src/chrome/content/foxri.xul') (more/less context) (ignore whitespace changes)
-rwxr-xr-xsrc/chrome/content/foxri.xul8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/chrome/content/foxri.xul b/src/chrome/content/foxri.xul
index dc1cc37..785cc0c 100755
--- a/src/chrome/content/foxri.xul
+++ b/src/chrome/content/foxri.xul
@@ -22,9 +22,5 @@ function xriFix(event)
22 22
23 <toolbaritem id="urlbar-container"> 23 <textbox id="urlbar" ontextentered="xriFix(); return handleURLBarCommand(param);" />
24 <textbox id="urlbar" ontextentered="xriFix(); return handleURLBarCommand(param);" />
25 </toolbaritem>
26 24
27 <toolbaritem id="go-container"> 25 <toolbarbutton id="go-button" oncommand="xriFix(); return handleURLBarCommand(event);" />
28 <toolbarbutton id="go-button" oncommand="xriFix(); return handleURLBarCommand(event);" />
29 </toolbaritem>
30 26