summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/index.html b/index.html
index edc6fdc..d3e66aa 100644
--- a/index.html
+++ b/index.html
@@ -53,6 +53,13 @@
.css("color", "orange")
);
}
+ if (msg.body == "compile_commit") {
+ $("#updates").append(
+ $("<li>")
+ .text(name + ": player profile stats updated")
+ .css("color", "orange")
+ );
+ }
msg.ack();
}, {"ack": "client"});