diff options
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( |
