From 9e305378c7aff8c2c80152c73398504d0b3ee713 Mon Sep 17 00:00:00 2001 From: louisa Date: Wed, 14 Jun 2023 20:27:50 +0200 Subject: [PATCH] socket tests --- public/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/public/index.html b/public/index.html index a887f10..0a38094 100644 --- a/public/index.html +++ b/public/index.html @@ -39,6 +39,7 @@ if (message === 'blink') { socket.emit('blink', message); + socket.emit('blink'); } inputField.value = '';