summaryrefslogtreecommitdiff
path: root/proto.js
diff options
context:
space:
mode:
Diffstat (limited to 'proto.js')
-rw-r--r--proto.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/proto.js b/proto.js
index a7f9fdf..74fa3ab 100644
--- a/proto.js
+++ b/proto.js
@@ -40,8 +40,6 @@ try {
}
socket_task.onmessage = function got_packet(msg) {
- document.getElementById("wstask_lastmsg").textContent = msg.data;
-
var messageEvent = new CustomEvent("messageEvent", {
detail: {
message: msg.data,
@@ -163,3 +161,4 @@ try {
} catch(exception) {
alert('<p>Error' + exception + '</p>');
}
+