Ajout de PHPMailer pour envoyer des mails de confirmation de réservation
This commit is contained in:
		@@ -2,11 +2,4 @@
 | 
			
		||||
document.addEventListener('DOMContentLoaded', function () {
 | 
			
		||||
    const today = new Date().toISOString().split('T')[0];
 | 
			
		||||
    document.getElementById('date').min = today;
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
// Pour afficher un message de confirmation que la table à bien été réserver 
 | 
			
		||||
function showReservationConfirmation() {
 | 
			
		||||
    var confirmationMessage = document.getElementById("confirmation-message");
 | 
			
		||||
    confirmationMessage.style.display = "block";
 | 
			
		||||
}
 | 
			
		||||
});
 | 
			
		||||
		Reference in New Issue
	
	Block a user