RLG-Web client: replace setTitle() with message().

Remove the title line, and make setTitle() add a message instead.
Also remove setTitle() from termemu.js, because shterm.js duplicates
the code.
This commit is contained in:
John "Elwin" Edwards 2012-07-10 18:39:36 -07:00
parent 24879b8123
commit 91a3111d29
3 changed files with 4 additions and 17 deletions

View file

@ -11,7 +11,6 @@
<body onload="setup()" onkeydown="sendkey(event)">
<h1>RLG-Web β3</h1>
<div id ="top">
<span id="ttitle"></span>
<img src="/bell.png" alt="bell" id="bell">
</div>
<div id="termwrap">TERM</div>