$(document).ready(function(){
  $.facevalue();
  
  $('.distribute').click(function(event){
		if(!confirm("Are you sure you want to distribute the assets for this user?")) { event.preventDefault(); }
	});
});


