jimathy / jim-mechanicguide

Online Guide/Documentation of jim-mechanic
17 stars 8 forks source link

Typo in index.html. #28

Open Captmorg21 opened 4 months ago

Captmorg21 commented 4 months ago

Line 284.

rpmmeter.style.dispaly = 'none';

Change to:

rpmmeter.style.display = 'none';

I found sometimes the markers on RPM and Gears would tighten up and appear together in a small circle in the centre of the meter, instead of being spread out correctly.

This seems to have fixed it.