diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-03 16:13:55 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-03 16:13:55 +0200 |
| commit | 6ba1789945f169a8034dcbc590c86e64a9dbb522 (patch) | |
| tree | 85003762807588df52e6df2e0da5ea65bc8488e2 /index.html | |
| parent | 23abb00b07c57618efe27c43562f0f71936115b4 (diff) | |
| download | bridge-6ba1789945f169a8034dcbc590c86e64a9dbb522.tar.gz bridge-6ba1789945f169a8034dcbc590c86e64a9dbb522.zip | |
notifications were renamed
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -62,14 +62,14 @@ .css("color", "green") ); } - if (msg.body == "process_commit") { + if (msg.body == "matches_update") { $("#updates").append( $("<li>") .text(name + ": new match(es) available") .css("color", "orange") ); } - if (msg.body == "compile_commit") { + if (msg.body == "stats_update") { $("#updates").append( $("<li>") .text(name + ": player profile stats updated") |
