From 98fd41fb46a6eabff686f79edb85fe420e021ee5 Mon Sep 17 00:00:00 2001 From: Matteo Manzinello Date: Tue, 7 May 2019 13:27:12 +0200 Subject: [PATCH] =?UTF-8?q?aggiunto=20href=3D#mailgo=20come=20possibilit?= =?UTF-8?q?=C3=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mailgo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mailgo.js b/src/mailgo.js index f615631..6e8052d 100644 --- a/src/mailgo.js +++ b/src/mailgo.js @@ -95,7 +95,7 @@ function mailgoInit() { // ottengo tutti i mailto contenuti nella pagina const mailgos = document.querySelectorAll( - 'a[href^="mailto:"]:not(.no-mailgo), a.mailgo:not(.no-mailgo)' + 'a[href^="mailto:"]:not(.no-mailgo), a[href="#mailgo"], a.mailgo:not(.no-mailgo)' ); // attivo mailgo su tutti gli elementi