Rodja Trappe před 1 rokem
rodič
revize
568bb39562
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      nicegui/templates/index.html

+ 1 - 1
nicegui/templates/index.html

@@ -242,7 +242,7 @@
             connect: () => {
               window.socket.emit("handshake", window.client_id, (ok) => {
                 if (!ok) {
-                  console.log('reloading because handshake failed')
+                  console.log('reloading because handshake failed for client_id ' + window.client_id)
                   window.location.reload();
                 }
                 document.getElementById('popup').style.opacity = 0;