bradtraversy / chatcord

Realtime chat app with rooms
1.16k stars 1.15k forks source link

Leave room button not working #35

Open nsachin08 opened 3 years ago

nsachin08 commented 3 years ago

Is the 'Leave Room' button working

`

ChatCord

    <a id="leave-btn" class="btn" >Leave Room</a>
  </header> `

The above one is the code for Leave button . To exit , I have to click the close button of the tab.

fiufiu0 commented 3 years ago

Do you use JavaScript to exit chat? Or just <a id="leave-btn" class="btn" >Leave Room</a>?