mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
8 lines
110 B
JavaScript
8 lines
110 B
JavaScript
function toXMLterm()
|
|
{
|
|
|
|
toOpenWindowByType("terminal:xmlterm", "chrome://xmlterm/content/xmlterm.xul");
|
|
|
|
}
|
|
|