Utilisation de mailto: sur le bouton

This commit is contained in:
Anthony Dumas 2019-04-09 15:21:50 +00:00
parent 1a9d4ce020
commit 9aa0648bd4

View File

@ -8,7 +8,7 @@ $btnMail.click(function (evt) {
evt.preventDefault();
Swal.fire({
title: 'Email',
html: "Vous pouvez m'envoyer un mail à <strong>anthony@dumas.cc</strong> !",
html: "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,