summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-04-13 13:42:08 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-04-13 13:42:08 +0200
commit2d0036ff4af20b2ba3da19e269a20b65c04943fb (patch)
treec69a41ae0e115b96e815d18eab2bfab8d0e52459
parent5b48d305701ad924d6c8bc691f038cae44c64bdd (diff)
downloadbridge-2d0036ff4af20b2ba3da19e269a20b65c04943fb.tar.gz
bridge-2d0036ff4af20b2ba3da19e269a20b65c04943fb.zip
show points_update in dashboard
-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"});