diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-05-02 02:12:09 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 12:42:59 +0100 |
commit | 12f938fbe152f29cf2d2f6adac15c7b67252f8a7 (patch) | |
tree | 71b032a8c7272fd14d9696f90a6ed837c1ac945d /play.html | |
parent | 9616bee63c7c65a1e860b0dea6c7e71e57bd3b42 (diff) | |
download | 300-earth-and-water-12f938fbe152f29cf2d2f6adac15c7b67252f8a7.tar.gz |
300: events
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -390,12 +390,12 @@ </div> <div id="popup" onmouseleave="hide_popup_menu()"> - <div id="menu_card_event" onclick="on_card_event()"> - Play for Event - </div> <div id="menu_card_move" onclick="on_card_move()"> Play for Movement </div> + <div id="menu_card_event" onclick="on_card_event()"> + Play Event + </div> </div> </div> |