diff --git a/public/index.html b/public/index.html index 58820ca2..842403f5 100644 --- a/public/index.html +++ b/public/index.html @@ -85,7 +85,7 @@ - + diff --git a/public/packets.js b/public/packets.js index bc0f4f29..46ab4231 100644 --- a/public/packets.js +++ b/public/packets.js @@ -1655,6 +1655,7 @@ const param = routeParam; app.innerHTML = `
Loading packet…
`; try { + await loadObservers(); const data = await api(`/packets/${param}`); if (!data?.packet) { app.innerHTML = `

Packet not found

Packet ${param} doesn't exist.

← Back to packets
`; return; } const hops = [];