diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-06-15 17:52:18 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-17 12:53:17 +0100 |
commit | b794669d0ec1aa634272fe5f138eda847506b454 (patch) | |
tree | 97f025a5d7274d85c21b942b73398c1f47bed002 /play.html | |
parent | 05890057c5e22d3bbcca569d0033ba5484a707dc (diff) | |
download | hammer-of-the-scots-b794669d0ec1aa634272fe5f138eda847506b454.tar.gz |
Add "Rematch" button for easier repeat match making.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -360,6 +360,8 @@ div.card_3{background-image:url('cards/card_3.jpg')} <button id="undo_button" onclick="on_button_undo()" class="hide"> Undo </button> + + <div id="rematch_button" class="image_button hide" onclick="send_rematch()"><img src="/images/cycle.svg"></div> </div> <div class="grid_role"> |