$(document).ready(function() {
	$('.remove-project, .remove-office').click(function() {
		return confirm('Are you sure you want to remove this booking?');
		});
	});

