Skip to content

Commit

Permalink
reactivate custom server settings
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksa2808 committed Dec 12, 2023
1 parent d589f77 commit c764c90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
<input type="text" id="roomID" name="roomID" placeholder="optional" maxlength="4" size="6"
inputmode="numeric">
<br><br>
<!-- custom settings hidden for now, but are usable -->
<div id=" customServerSettings" hidden>
<div id="customServerSettings">
<label for="customMatchboxServerCheckbox">Custom Matchbox server:</label>
<input type="checkbox" id="customMatchboxServerCheckbox" name="customMatchboxServer"
onclick="toggleCustomMatchboxServerSettings()">
Expand Down

0 comments on commit c764c90

Please sign in to comment.