diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-07-01 14:00:54 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-07-01 14:00:54 +0200 |
| commit | 40afdde86f8b9369c2f3e1ef73176c347ccef5f6 (patch) | |
| tree | 59ec05dd277417f829e82ae8733a7ac79a730692 | |
| parent | ff10b77a22d325b0a98572a30825abefcc3db67c (diff) | |
| download | bridge-40afdde86f8b9369c2f3e1ef73176c347ccef5f6.tar.gz bridge-40afdde86f8b9369c2f3e1ef73176c347ccef5f6.zip | |
show destination in dashboardrelease/2.9.0
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
