Protection AntiSpam pour le mail
This commit is contained in:
15
lib/main.js
15
lib/main.js
@@ -1,5 +1,14 @@
|
||||
'use strict';
|
||||
"use strict";
|
||||
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
console.log('Hello Bulma!');
|
||||
var $btnMail = $("#btn-mail");
|
||||
|
||||
$btnMail.removeAttr("disabled");
|
||||
|
||||
$btnMail.click(function (evt) {
|
||||
evt.preventDefault();
|
||||
swal({
|
||||
text: "anthony@dumas.cc",
|
||||
icon: "info",
|
||||
button: true
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user