diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-13 13:42:08 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-13 13:42:08 +0200 |
| commit | 2d0036ff4af20b2ba3da19e269a20b65c04943fb (patch) | |
| tree | c69a41ae0e115b96e815d18eab2bfab8d0e52459 | |
| parent | 5b48d305701ad924d6c8bc691f038cae44c64bdd (diff) | |
| download | bridge-2d0036ff4af20b2ba3da19e269a20b65c04943fb.tar.gz bridge-2d0036ff4af20b2ba3da19e269a20b65c04943fb.zip | |
show points_update in dashboard
| -rw-r--r-- | index.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"}); |
