Skip to content

Commit

Permalink
Update boys.js
Browse files Browse the repository at this point in the history
added size value near table header
  • Loading branch information
StrongereCommerce authored Sep 18, 2023
1 parent 372382f commit 4df5067
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/js/boys.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ function populateTableForBoys(size) {
row += "</tr>";
tableBody.innerHTML += row;
}

document.querySelector(".current-collar-size").innerText = `Size: ${size}`;
}

const MIN_WAIST_SIZE_BOYS = 4;
Expand Down

0 comments on commit 4df5067

Please sign in to comment.