summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-03-25 18:12:21 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-03-25 18:12:21 +0100
commitb12f8a40b85da810d2befad0b12a63eb7f9b3e6e (patch)
tree96de1287a3888ef92d583129e7f366c196d1055a /index.html
parent3e5b13b58c976117c0862228bf0d9493f398eb87 (diff)
downloadbridge-b12f8a40b85da810d2befad0b12a63eb7f9b3e6e.tar.gz
bridge-b12f8a40b85da810d2befad0b12a63eb7f9b3e6e.zip
send a 'done' event
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(