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:
parent
24879b8123
commit
91a3111d29
3 changed files with 4 additions and 17 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue