Skip to content
Snippets Groups Projects
Commit 27b9dcf5 authored by deuce's avatar deuce
Browse files

Reset to default HTML page on connect.

parent 1ba2ccac
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment