Mercurial > hg > rlgwebd
comparison index-rlg.html @ 74:b8b7660c0b5d
Remove the refresh button.
Since the lists refresh automatically now, a button isn't needed.
author | John "Elwin" Edwards <elwin@sdf.org> |
---|---|
date | Thu, 21 Jun 2012 22:15:20 -0700 |
parents | 95bf956bce5a |
children | a497ecd116d9 |
comparison
equal
deleted
inserted
replaced
73:d084610a89b5 | 74:b8b7660c0b5d |
---|---|
89 <div id="gametable" class="formtable"> | 89 <div id="gametable" class="formtable"> |
90 <div class="tcapt">Games in Progress</div> | 90 <div class="tcapt">Games in Progress</div> |
91 <div><div>Player</div><div>Game</div><div>Idle time</div><div>Actions</div></div> | 91 <div><div>Player</div><div>Game</div><div>Idle time</div><div>Actions</div></div> |
92 </div> | 92 </div> |
93 <div id="nogames">No one is playing right now.</div> | 93 <div id="nogames">No one is playing right now.</div> |
94 <div class="rfloat"><span class="ibutton" onclick="getcurrent()">Refresh</span></div> | |
95 </div> | 94 </div> |
96 <div class="modal" id="startgame"> | 95 <div class="modal" id="startgame"> |
97 <div id="opttable" class="formtable"><div><div>Game</div><div>Actions</div></div></div> | 96 <div id="opttable" class="formtable"><div><div>Game</div><div>Actions</div></div></div> |
98 </div> | 97 </div> |
99 <div class="modal" id="login"> | 98 <div class="modal" id="login"> |