From b12f8a40b85da810d2befad0b12a63eb7f9b3e6e Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 25 Mar 2017 18:12:21 +0100 Subject: send a 'done' event --- index.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'index.html') diff --git a/index.html b/index.html index 9caa10f..6ccdbb1 100644 --- a/index.html +++ b/index.html @@ -45,6 +45,13 @@ .css("color", "orange") ); } + if (msg == "done") { + $("#updates").append( + $("
  • ") + .text(name + ": done") + .css("color", "red") + ); + } }); }).fail(function() { $("#updates").append( -- cgit v1.3.1