Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Ren <[email protected]>
  • Loading branch information
yin1999 and jasonren0403 authored Jul 27, 2023
1 parent f07e098 commit b4c86f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ function getIndex(select) {
}

// ------------- //
// Event binding //
// 事件绑定 //
// ------------- //

window.addEventListener("load", () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ function getIndex(select) {
}

// ------------- //
// Event binding //
// 事件绑定 //
// ------------- //

window.addEventListener("load", () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1965,7 +1965,7 @@ window.addEventListener("load", () => {
<ul class="styledSelect">
<li><input type="radio" name="fruit" value="Cherry" id="fruitCherry" checked><label for="fruitCherry">Cherry</label></li>
<li><input type="radio" name="fruit" value="Lemon" id="fruitLemon"><label for="fruitLemon">Lemon</label></li>
<li><input type="radio" name="fruit" value="Banana" id="fruitBanana"><label for="fruitBanana"">Banana</label></li>
<li><input type="radio" name="fruit" value="Banana" id="fruitBanana"><label for="fruitBanana">Banana</label></li>
<li><input type="radio" name="fruit" value="Strawberry" id="fruitStrawberry"><label for="fruitStrawberry">Strawberry</label></li>
<li><input type="radio" name="fruit" value="Apple" id="fruitApple"><label for="fruitApple">Apple</label></li>
</ul>
Expand Down

0 comments on commit b4c86f6

Please sign in to comment.