This commit is contained in:
2020-02-21 15:51:23 +01:00
3 changed files with 28 additions and 13 deletions

View File

@@ -10,10 +10,6 @@
socket.emit("display", {action: "list"}, ack = (list) => onDisplayListReceive(list));
});
socket.on("msg", (data) => {
console.log(data);
});
function onDisplayListReceive(list) {
clearDisplayList();