summaryrefslogtreecommitdiffhomepage
path: root/derelict.js
diff options
context:
space:
mode:
Diffstat (limited to 'derelict.js')
-rw-r--r--derelict.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/derelict.js b/derelict.js
index 683e509..c76e0fc 100644
--- a/derelict.js
+++ b/derelict.js
@@ -223,7 +223,7 @@ function init() {
let icon = loadWreckIcon()
- fetch(url.searchParams.get("related") + ".json")
+ fetch(url.searchParams.get("id") + ".json")
.then(response => response.json())
.then(killmails => {
const url = km => `${ESI}/killmails/${km.id}/${km.hash}/?datasource=tranquility`