RetroZilla/extensions/xmlterm/ui/content/xmltermOverlay.js

8 lines
110 B
JavaScript
Raw Normal View History

2015-10-21 05:03:22 +02:00
function toXMLterm()
{
toOpenWindowByType("terminal:xmlterm", "chrome://xmlterm/content/xmlterm.xul");
}