
// JavaScript Document

// this is used for any GLOBAL javascript. In most cases, things should NOT be added here.

function unsetNoJavascript () {

	// remove default state if we have JS:
	$('body').removeClass('noJavascript');

}
