diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-25 18:12:21 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-25 18:12:21 +0100 |
| commit | b12f8a40b85da810d2befad0b12a63eb7f9b3e6e (patch) | |
| tree | 96de1287a3888ef92d583129e7f366c196d1055a /index.html | |
| parent | 3e5b13b58c976117c0862228bf0d9493f398eb87 (diff) | |
| download | bridge-b12f8a40b85da810d2befad0b12a63eb7f9b3e6e.tar.gz bridge-b12f8a40b85da810d2befad0b12a63eb7f9b3e6e.zip | |
send a 'done' event
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -45,6 +45,13 @@ .css("color", "orange") ); } + if (msg == "done") { + $("#updates").append( + $("<li>") + .text(name + ": done") + .css("color", "red") + ); + } }); }).fail(function() { $("#updates").append( |
