blob: 68813e740e56741a394ce7f0c0297f736bd87b3e (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="chrome://global/skin/"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="document.documentElement.firstChild.focus();">
<menulist>
<menupopup style="-moz-binding: none;">
<spacer/>
</menupopup>
</menulist>
</window>
|