master
louisa 1 year ago
parent 6fe1c97326
commit 2dc3ea70f7

@ -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

Loading…
Cancel
Save