summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index 5f1062a..1dce5ca 100644
--- a/play.js
+++ b/play.js
@@ -501,7 +501,7 @@ function is_action(action, card) {
function show_popup_menu(evt, menu_id, target_id, title) {
let menu = document.getElementById(menu_id)
- let show = true
+ let show = false
for (let item of menu.querySelectorAll("li")) {
let action = item.dataset.action
if (action) {