summaryrefslogtreecommitdiffhomepage
path: root/derelict.js
diff options
context:
space:
mode:
Diffstat (limited to 'derelict.js')
-rw-r--r--derelict.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/derelict.js b/derelict.js
index 2bb47c7..2471104 100644
--- a/derelict.js
+++ b/derelict.js
@@ -54,6 +54,7 @@ class Wreck {
this.killmail = killmail
this.domElement.className = 'wreck'
+ this.domElement.dataset.label = `${this.killmail.killmail_id}`
this.domElement.appendChild(iconElement)
this.point.position.copy(position)
this.point.add(object2d)