Skip to content

Commit

Permalink
chore: Set checkboxes according to the default option values
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Aug 9, 2024
1 parent a5ff280 commit 8d6d34e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/jsonlint.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ <h1>JSON Lint</h1>
<label for="duplicate-object-keys">Allow duplicate object keys</label>
</div>
<div>
<input type="checkbox" checked id="ignore-proto-key">
<input type="checkbox" id="ignore-proto-key">
<label for="ignore-proto-key">Ignore __proto__ key</label>
</div>
<div>
<input type="checkbox" checked id="ignore-prototype-keys">
<input type="checkbox" id="ignore-prototype-keys">
<label for="ignore-prototype-keys">Ignore Object.prototype keys</label>
</div>
</div>
Expand Down

0 comments on commit 8d6d34e

Please sign in to comment.