Skip to content

Commit

Permalink
invert behaviour of add to server checkbox on invite page
Browse files Browse the repository at this point in the history
  • Loading branch information
tazz4843 committed Sep 7, 2023
1 parent c1e351f commit 834ce66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions invite.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ <h1>Invite Scripty</h1>
<!--suppress GrazieInspection -->
<div class="block is-clickable">
<label class="is-clickable">
<input type="checkbox" id="support_server" name="support_server" value="1">
Check this box if you'd also like to be added to Scripty's support server.
<input type="checkbox" id="support_server" name="support_server" value="1" checked>
Uncheck this box if you do not wish to be added to Scripty's support server.
</label>
</div>

Expand Down

0 comments on commit 834ce66

Please sign in to comment.