diff --git a/src/ZuulTerm/chrome/content/Term.js b/src/ZuulTerm/chrome/content/Term.js index 71efe54f90c5fbd3c0142168c74151587e17b62d..ae351d6d99cc7a6b05b09f569c62c0ffb99891b7 100644 --- a/src/ZuulTerm/chrome/content/Term.js +++ b/src/ZuulTerm/chrome/content/Term.js @@ -171,6 +171,7 @@ function doTerm(host, port) var DisconnOpt=document.getElementById("MainConnectionMenu-disconnect").disabled=false; connection=new RLoginConnection(host,port,UpdateTerm); currtext=''; + document.getElementById("frame").contentWindow.location="chrome://ZuulTerm/content/default.html"; } function endTerm()