diff --git a/app.js b/app.js index 7b1214f..c4143a9 100644 --- a/app.js +++ b/app.js @@ -350,6 +350,7 @@ mesh.names.set(mesh.myPeerId, name || mesh.myPeerId.slice(0, 8)); mesh.onchat = (peerId, text) => addChatMessage(mesh.getPeerName(peerId), text); mesh.onlog = addPairingLog; + show('join'); $('join-answer-section').hidden = true; $('join-scan-status').textContent = 'QR-Code scannen...';