Skip to content

Instantly share code, notes, and snippets.

@fregante
Created September 21, 2012 15:21
Show Gist options
  • Save fregante/3762133 to your computer and use it in GitHub Desktop.
Save fregante/3762133 to your computer and use it in GitHub Desktop.
Replace <html>'s "no-js" class with "js"
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/, 'js');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment