diff options
-rw-r--r-- | play.css | 1 | ||||
-rw-r--r-- | play.js | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -219,6 +219,7 @@ body.Lancaster #plan_actions .york { display: none } /* MARKERS */ .seat { + pointer-events: none; position: absolute; background-size: 74px 74px; border-radius: 50%; @@ -630,8 +630,6 @@ function build_map() { let loc = data.lords[ix].seat e = ui.seat[ix] = document.createElement("div") - e.my_id = ix - register_tooltip(e, on_focus_cylinder) document.getElementById("seats").appendChild(e) if (is_york_lord(ix)) { e.className = "hide seat york " + lord.id |