diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-29 19:26:49 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-02 08:22:05 +0000 |
commit | d5f2e313c06eb2f264ef78cdc39a34de8d067442 (patch) | |
tree | c701f6b16abcb2808e56b0558187167c993930c4 /play.html | |
parent | aea07a9d0eff6bfc0b8c3fd366f6aef1c6710d22 (diff) | |
download | 1989-dawn-of-freedom-d5f2e313c06eb2f264ef78cdc39a34de8d067442.tar.gz |
Tor updates
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -66,19 +66,11 @@ </div> </div> -<!-- EVENTS ON THE TABLE --> -<div id="persistent_panel" class="panel"> - <div id="peristent_header" class="panel_header">Cards on the Table</div> - <div id="persistent" class="panel_body"></div> -</div> - -<!-- PLAYED CARD --> <div id="played_card_panel" class="panel"> <div id="played_card_header" class="panel_header">Played Card</div> <div id="played_card" class="panel_body"></div> </div> -<!-- POWERSTRUGGLE --> <div id="power_panel" class="autohide panel"> <div id="power_header" class="panel_header">Power Struggle Hand</div> <div id="power_hand" class="panel_body power"></div> @@ -94,7 +86,6 @@ <div id="power_discard" class="panel_body power"></div> </div> -<!-- HAND --> <div id="hand_panel" class="panel"> <div id="hand_header" class="panel_header">Hand</div> <div id="hand" class="panel_body"></div> @@ -134,4 +125,4 @@ <footer id="status"></footer> -</html> +</html>
\ No newline at end of file |