summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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 9caa10f..6ccdbb1 100644
--- a/index.html
+++ b/index.html
@@ -45,6 +45,13 @@
.css("color", "orange")
);
}
+ if (msg == "done") {
+ $("#updates").append(
+ $("<li>")
+ .text(name + ": done")
+ .css("color", "red")
+ );
+ }
});
}).fail(function() {
$("#updates").append(