// Use this file only for use in the whole application (Admin and Frontend)

$(document).ready(function() {
	// validate
	$(".validate").each(function(){
		$(this).validate();
	});
});
