Mercurial > hg > rlgwebd
comparison index-rlg.html @ 95:e84a99712c62
RLG-Web client: hide debugging information.
Remove the button that shows div#debug. Alerting the user should be
done with message().
author | John "Elwin" Edwards <elwin@sdf.org> |
---|---|
date | Wed, 11 Jul 2012 10:43:40 -0700 |
parents | a4d3ecf188b7 |
children | 75a016c49076 |
comparison
equal
deleted
inserted
replaced
94:597e9477b8ae | 95:e84a99712c62 |
---|---|
125 <div><span class="ibutton" onclick="formreg(event)">Sign up</span></div> | 125 <div><span class="ibutton" onclick="formreg(event)">Sign up</span></div> |
126 <div><span class="ibutton" onclick="setmode('login')">Cancel</span></div> | 126 <div><span class="ibutton" onclick="setmode('login')">Cancel</span></div> |
127 </div> | 127 </div> |
128 </div> | 128 </div> |
129 </div> | 129 </div> |
130 <div class="modal" id="messages"> | |
131 </div> | |
130 <div class="modal" id="misc"> | 132 <div class="modal" id="misc"> |
131 <div class="centerb"><a href="/about.html">Information</a></div> | 133 <div class="centerb"><a href="/about.html">Information</a></div> |
132 <div class="centerb"><span class="ibutton" onclick="toggleBlock('debug')">Messages</span></div> | |
133 </div> | |
134 <div class="modal" id="messages"> | |
135 </div> | 134 </div> |
136 <div id="debug"> | 135 <div id="debug"> |
137 </div> | 136 </div> |
138 </body> | 137 </body> |
139 </html> | 138 </html> |