From 4039e04ab94cb791eace5141a653cd3aa9fab3f8 Mon Sep 17 00:00:00 2001 From: Matteo Manzinello Date: Tue, 30 Apr 2019 09:46:02 +0200 Subject: [PATCH] bozza mailgo.js --- src/mailgo.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/mailgo.js diff --git a/src/mailgo.js b/src/mailgo.js new file mode 100644 index 0000000..2d224ae --- /dev/null +++ b/src/mailgo.js @@ -0,0 +1 @@ +let mailtos = document.querySelectorAll('a[href^="mailto:"]');