summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-04-01 12:10:32 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-04-01 12:10:32 +0200
commitc2e1a991820a880907b6da2da7210c27bf608613 (patch)
treeb7dc08672def31e7027356c1845ab1c0fb4c908b /index.html
parent7f0e42556562145dd2cdad402319632bd49d1798 (diff)
downloadbridge-c2e1a991820a880907b6da2da7210c27bf608613.tar.gz
bridge-c2e1a991820a880907b6da2da7210c27bf608613.zip
show compile_commit
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"});