summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/play.js b/play.js
index 64d6c7a..937e815 100644
--- a/play.js
+++ b/play.js
@@ -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