Utilisation de bonsoir.js pour dire Bonjour (Ou Bonsoir) dans la popup de mail

This commit is contained in:
Anthony Dumas
2019-05-07 15:24:21 +02:00
parent 6b27365acd
commit 07dad0dca2
3 changed files with 5 additions and 2 deletions

View File

@@ -4,9 +4,10 @@ $btnMail.removeAttr("disabled");
$btnMail.click(function (evt) {
evt.preventDefault();
var salutation = bonsoir.salutation();
Swal.fire({
title: 'Email',
html: "Vous pouvez m'envoyer un mail à <strong><a href='mailto:anthony@dumas.cc'>anthony@dumas.cc</a></strong> !",
html: salutation + "! Vous pouvez m'envoyer un mail à <strong><a href='mailto:anthony@dumas.cc'>anthony@dumas.cc</a></strong> !",
imageUrl: './images/mail.jpg',
imageWidth: 400,
imageHeight: 200,