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();
|
evt.preventDefault();
|
||||||
Swal.fire({
|
Swal.fire({
|
||||||
title: 'Email',
|
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',
|
imageUrl: './images/mail.jpg',
|
||||||
imageWidth: 400,
|
imageWidth: 400,
|
||||||
imageHeight: 200,
|
imageHeight: 200,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user