From cefe068b35132e16e2e2c392b8f0c25aa1edfe78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Sun, 6 Jul 2025 15:33:13 +0200 Subject: [PATCH] poprawkiA --- static/js/live.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/live.js b/static/js/live.js index 8832acc..234dac2 100644 --- a/static/js/live.js +++ b/static/js/live.js @@ -193,8 +193,8 @@ function setupList(listId, username) { updateProgressBar(); // --- WAŻNE: zapisz dane do reconnect --- - //window.LIST_ID = listId; - //window.usernameForReconnect = username; + window.LIST_ID = listId; + window.usernameForReconnect = username; //socket.on('joined_confirmation', function(data) { // console.log('Dołączono do pokoju:', data.room);