mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-04 08:53:42 +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.