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:
parent
2828b5f33c
commit
16df3d2a7a
2 changed files with 6 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue