Skip to content

Commit

Permalink
Merge pull request #3 from 999Debi/master
Browse files Browse the repository at this point in the history
height-slider fixed
  • Loading branch information
isaiahthedev authored Jan 31, 2024
2 parents d1df9e1 + 7780191 commit 365aeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const heightUpdate = () => {
heightVal.innerText = feet + "'" + inches + '"';
}

heightSlider.addEventListener('change', heightUpdate);
heightSlider.addEventListener('input', heightUpdate);

//weight input/control
weightValInc.addEventListener('click', () => {
Expand Down

0 comments on commit 365aeb0

Please sign in to comment.