RLG-Web: add a new message framework.

Add a message() function meant for UI messages, not debugging info.
This commit is contained in:
John "Elwin" Edwards 2012-07-10 08:08:54 -07:00
parent 06614ac0aa
commit 5af0160769
3 changed files with 37 additions and 3 deletions

View file

@ -130,6 +130,8 @@
<div class="centerb"><a href="/about.html">Information</a></div>
<div class="centerb"><span class="ibutton" onclick="toggleBlock('debug')">Messages</span></div>
</div>
<div class="modal" id="messages">
</div>
<div id="debug">
</div>
</body>