Remove the refresh button.

Since the lists refresh automatically now, a button isn't needed.
This commit is contained in:
John "Elwin" Edwards 2012-06-21 22:15:20 -07:00
parent 2180af99a0
commit 6baed7ccf1
2 changed files with 1 additions and 1 deletions

View file

@ -91,7 +91,6 @@
<div><div>Player</div><div>Game</div><div>Idle time</div><div>Actions</div></div>
</div>
<div id="nogames">No one is playing right now.</div>
<div class="rfloat"><span class="ibutton" onclick="getcurrent()">Refresh</span></div>
</div>
<div class="modal" id="startgame">
<div id="opttable" class="formtable"><div><div>Game</div><div>Actions</div></div></div>

View file

@ -69,6 +69,7 @@ div#register div.formtable span.ibutton {
div#nogames {
display: none;
margin-top: 2em;
margin-bottom: 3em;
font-weight: bold;
text-align: center;
}