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
Branches
Tags
No related merge requests found
...@@ -171,6 +171,7 @@ function doTerm(host, port) ...@@ -171,6 +171,7 @@ function doTerm(host, port)
var DisconnOpt=document.getElementById("MainConnectionMenu-disconnect").disabled=false; var DisconnOpt=document.getElementById("MainConnectionMenu-disconnect").disabled=false;
connection=new RLoginConnection(host,port,UpdateTerm); connection=new RLoginConnection(host,port,UpdateTerm);
currtext=''; currtext='';
document.getElementById("frame").contentWindow.location="chrome://ZuulTerm/content/default.html";
} }
function endTerm() function endTerm()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment