diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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"}); |
