summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
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"});