Skip to content

Commit

Permalink
Fix typo in input selector: nubmer to number (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgil authored Jul 1, 2024
1 parent e1a9271 commit 239a52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ $(() => {
})

$options.find('select, input').change(updateBitMeter)
$options.find('input[type=nubmer]').on('input', updateBitMeter)
$options.find('input[type=number]').on('input', updateBitMeter)
updateBitMeter()
}

Expand Down

0 comments on commit 239a52d

Please sign in to comment.