summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-04-03 16:13:55 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-04-03 16:13:55 +0200
commit6ba1789945f169a8034dcbc590c86e64a9dbb522 (patch)
tree85003762807588df52e6df2e0da5ea65bc8488e2
parent23abb00b07c57618efe27c43562f0f71936115b4 (diff)
downloadbridge-6ba1789945f169a8034dcbc590c86e64a9dbb522.tar.gz
bridge-6ba1789945f169a8034dcbc590c86e64a9dbb522.zip
notifications were renamed
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index d50fbd0..1a5afe7 100644
--- a/index.html
+++ b/index.html
@@ -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")