nojronatron / Bigfoot-Bib-Report-WL-Form

Customized Winlink Race Tracker Form and Template for use in Bigfoot ultramarathon events.
https://enchanting-pony-09ae40.netlify.app/bigfoot-bib-report-initial
The Unlicense
5 stars 1 forks source link

Seek and destroy dead code #6

Open nojronatron opened 2 years ago

nojronatron commented 2 years ago

There are areas in the form where css and js code lines are probably never touched. Find them and remove them. Test to verify overall operation is not negatively impacted.

Take a peek at the html as well and trim unnecessary elements and attributes to make the code easier to read and maintain.

nojronatron commented 1 year ago

This should be covered with commits in PR #36

nojronatron commented 4 months ago

function void:clearLocalStorage() is not used and is a candidate for removal.