mirror of
https://github.com/quantum5/correcthorsebatterystaple.git
synced 2025-04-24 10:11:57 -04:00
Fix typo in input selector: nubmer to number (#45)
This commit is contained in:
parent
e1a92714ce
commit
239a52de3e
|
@ -78,7 +78,7 @@ $(() => {
|
||||||
})
|
})
|
||||||
|
|
||||||
$options.find('select, input').change(updateBitMeter)
|
$options.find('select, input').change(updateBitMeter)
|
||||||
$options.find('input[type=nubmer]').on('input', updateBitMeter)
|
$options.find('input[type=number]').on('input', updateBitMeter)
|
||||||
updateBitMeter()
|
updateBitMeter()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue