diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-01 12:10:32 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-01 12:10:32 +0200 |
| commit | c2e1a991820a880907b6da2da7210c27bf608613 (patch) | |
| tree | b7dc08672def31e7027356c1845ab1c0fb4c908b /index.html | |
| parent | 7f0e42556562145dd2cdad402319632bd49d1798 (diff) | |
| download | bridge-c2e1a991820a880907b6da2da7210c27bf608613.tar.gz bridge-c2e1a991820a880907b6da2da7210c27bf608613.zip | |
show compile_commit
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"}); |
