davesmiths
6/20/2011 - 2:16 PM

Removes html.no-js and adds html.js to give your CSS something to work with when JS is on or off. Minifies to 85 bytes

Removes html.no-js and adds html.js to give your CSS something to work with when JS is on or off. Minifies to 85 bytes

(function(C) {
	C.className = C.className.replace(/\bno-js\b/g,'') + ' js';
}(document.documentElement))