From 2d0036ff4af20b2ba3da19e269a20b65c04943fb Mon Sep 17 00:00:00 2001 From: schneefux Date: Thu, 13 Apr 2017 13:42:08 +0200 Subject: show points_update in dashboard --- index.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'index.html') diff --git a/index.html b/index.html index 4c0fa64..47f81fc 100644 --- a/index.html +++ b/index.html @@ -77,6 +77,8 @@ notif(name + ": new match(es) available", "orange"); break; case "stats_update": notif(name + ": player profile stats updated", "orange"); break; + case "points_update": + notif(name + ": stats updated", "orange"); break; } msg.ack(); }, {"ack": "client"}); -- cgit v1.3.1