X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/static/gitweb.css?a=blobdiff_plain;ds=inline;f=rogue_chat.html;h=ec619dedd826f56a1328cdb53e4606e649977332;hb=1579c6bd3d90d059e988f2d3d4a65d5ab4c319f1;hp=3825581359fa615777a3a6709479eb8ccbe593bf;hpb=33adc215597b0fd7553661891a3c84ce16f1955e;p=plomrogue2 diff --git a/rogue_chat.html b/rogue_chat.html index 3825581..ec619de 100644 --- a/rogue_chat.html +++ b/rogue_chat.html @@ -643,6 +643,9 @@ let tui = { } }; for (const move_button of document.querySelectorAll('[id*="_move_"]')) { + if (move_button.id.startsWith('key_')) { + continue; + } move_button.hidden = true; }; for (const move_button of document.querySelectorAll('[id^="' + geometry_prefix + 'move_"]')) {