forked from snxraven/LinkUp-P2P-Chat
fix
This commit is contained in:
parent
1608a44ac7
commit
1d19fc5a9d
@ -34,9 +34,10 @@
|
||||
- or -
|
||||
</div>
|
||||
<div id="join-chat-room-container">
|
||||
<!-- <label for="connection-topic">Enter Your Connection Topic:</label> -->
|
||||
<input type="text" id="join-chat-room-topic" placeholder="topic">
|
||||
<label for="connection-topic">Topic:</label>
|
||||
<input type="text" id="join-chat-room-topic" placeholder="connection topic">
|
||||
<button id="join-chat-room">Join</button> <!-- Changed id -->
|
||||
</div>
|
||||
</div>
|
||||
<div id="chat" class="hidden">
|
||||
<div id="header">
|
||||
|
Loading…
Reference in New Issue
Block a user