RLG-Web client: hide debugging information.

Remove the button that shows div#debug.  Alerting the user should be
done with message().
This commit is contained in:
John "Elwin" Edwards 2012-07-11 10:43:40 -07:00
parent 2828b5f33c
commit 16df3d2a7a
2 changed files with 6 additions and 4 deletions

View file

@ -127,11 +127,10 @@
</div>
</div>
</div>
<div class="modal" id="messages">
</div>
<div class="modal" id="misc">
<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>

View file

@ -90,10 +90,13 @@ div#messages {
div#messages div {
margin: 0.4em 0.8em;
padding: 0.4em 0.4em;
font-weight: bold;
background-color: white;
}
div#messages > div:first-child {
font-weight: bold;
}
div#debug {
display: none;
}