KrypticChewie / RosterSite

Distribution Roster site
0 stars 0 forks source link

All hidden rosters are displayed when JavaScript is not enabled. #3

Open KrypticChewie opened 7 years ago

KrypticChewie commented 7 years ago

If the browser does have support for JavaScript of if it is turned off then all hidden rosters are displayed.

KrypticChewie commented 7 years ago

This should be fixed by having all these items hidden from CSS on load and their respective checkboxes set to selected as default.

KrypticChewie commented 7 years ago

This was achieved by using DOM reference to change CSS. This does not parse the CSS rules and modifies. I would like to add that functionality eventually.