Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from Elektordi/patch-roomname
Browse files Browse the repository at this point in the history
Allow all characters permitted by jitsi
  • Loading branch information
Jip-Hop authored Jul 7, 2020
2 parents fc1e5da + 2b16a5d commit d0f548f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension/src/browser_action/browser_action.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,12 +264,12 @@ <h1>Pop-out Jitsi Meet</h1>
name="roomname"
required
placeholder=" "
pattern="[0-9a-zA-Z]*"
pattern="[0-9a-zA-Z\-_]*"
/>
<label for="roomname">Room</label>
<input list="recent_rooms_list" id="recent_rooms_input" />
<div class="requirements">
Use only letters and numbers for the room name.
Use only letters, numbers, dashes and underscores for the room name.
</div>
</div>
<div id="random" title="Randomize room name"></div>
Expand Down

0 comments on commit d0f548f

Please sign in to comment.