summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--play.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/play.js b/play.js
index 781514c..7d65c56 100644
--- a/play.js
+++ b/play.js
@@ -1131,11 +1131,11 @@ function on_blur_card_tip() {
}
function on_focus_power_card_tip(card_number) {
- document.getElementById("tooltip").className = "card power_" + card_number
+ document.getElementById("tooltip").className = "card power_card power_" + card_number
}
function on_blur_power_card_tip() {
- document.getElementById("tooltip").classList = "card hide"
+ document.getElementById("tooltip").classList = "card power_card hide"
}
function on_focus_space_tip(id) {