From 2dc3ea70f76c5fda1646c34fbd6793682524a673 Mon Sep 17 00:00:00 2001 From: louisa Date: Mon, 19 Jun 2023 17:05:29 +0200 Subject: [PATCH] hmm --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index c42424e..72c322e 100644 --- a/public/index.html +++ b/public/index.html @@ -19,7 +19,7 @@ // Split the data into separate parts const [node, value] = data.split(' '); - document.getElementById('log-text').textContent = 'user ${value} entered zone ${node}'; + document.getElementById('log-text').textContent = `user ${value} entered zone ${node}`; if (node === 'node3' && value === '15') { // Change the background color to red