From c2e1a991820a880907b6da2da7210c27bf608613 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 1 Apr 2017 12:10:32 +0200 Subject: show compile_commit --- index.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'index.html') 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( + $("
  • ") + .text(name + ": player profile stats updated") + .css("color", "orange") + ); + } msg.ack(); }, {"ack": "client"}); -- cgit v1.3.1