mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Modernizr adds a class called 'js' to the <html> element when javascript is available. We, as a part of basic modernizr setup, add a class called 'no-js' to <html> element by default. Use this fact to show/hide elements when javascript is not available.