diff options
-rw-r--r-- | play.html | 3 | ||||
-rw-r--r-- | play.js | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -242,6 +242,9 @@ <div id="us_card_3" class="show card us_card_3 us_core"></div> </div> +<br><br><br> +<br><br><br> + </main> <footer id="status"></footer> @@ -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) { |