mirror of
https://github.com/quantum5/correcthorsebatterystaple.git
synced 2025-04-24 10:11:57 -04:00
fix nubmer
This commit is contained in:
parent
e1a92714ce
commit
b2040dfc08
|
@ -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