8 lines
272 B
HTML
8 lines
272 B
HTML
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
|
|
|
|
<window id="root" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
<dialog id="dialog-focus"
|
|
buttons="none">
|
|
<button id="nonbutton" noinitialfocus="true"/>
|
|
</dialog>
|
|
</window>
|