summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")