Utilisation de mailto: sur le bouton
This commit is contained in:
parent
1a9d4ce020
commit
9aa0648bd4
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user