jQuery(function ($) {
	$('#basic-modal').click(function (e) {
		$('#basic-modal-content').modal();
		
		  return false;
	});
});
