Small bug report: If I click start over, then use space as my key, it records the time, then starts over.
You should return false from your event handler to prevent that (but only do that during an actual test, not all the time). Or remove the focus from the start over button.
Comments
Small bug report: If I click start over, then use space as my key, it records the time, then starts over.
You should return false from your event handler to prevent that (but only do that during an actual test, not all the time). Or remove the focus from the start over button.