salcode / bootstrap-genesis

WordPress Genesis Child Theme setup to use Bootstrap, Sass, and Grunt
MIT License
184 stars 63 forks source link

Modify JavaScript to remove .no-js class #82

Closed salcode closed 9 years ago

salcode commented 9 years ago

The .no-js class is being applied to the html tag by default.

This class should be removed via JavaScript, to indicate the page does have JavaScript available.