summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index f8d1c56..7476a3e 100644
--- a/index.html
+++ b/index.html
@@ -91,7 +91,7 @@
"/topic/player.".length);
else name = "global";
- notif(msg.body, "grey");
+ notif(`(${msg.headers.destination}) ${msg.body}`, "grey");
switch (msg.body) {
case "search_fail":
notif(name + ": not found", "red"); break;