diff options
Diffstat (limited to 'ui.js')
-rw-r--r-- | ui.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -325,7 +325,6 @@ function on_update() { ui.backs[c].classList.remove('show'); } - console.log("show_greek_hand", game.show_greek_hand); if (game.show_greek_hand) document.querySelector(".hand").classList.add("greek"); else |