ora possibile aggiungere mailgo ad elementi a con data-address e data-domain

This commit is contained in:
Matteo Manzinello 2019-05-06 19:05:15 +02:00
parent b3838136c0
commit 7c76dcfcbc
3 changed files with 3 additions and 3 deletions

2
dist/mailgo.js vendored
View File

@ -237,7 +237,7 @@ function mailgoInit() {
// default
let open = document.createElement("a");
open.href = mailgo.href;
open.href = mailtoHref;
open.classList.add("mailgo-open");
open.classList.add("mailgo-weight-500");
let openContent = document.createTextNode("open");

2
dist/mailgo.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -237,7 +237,7 @@ function mailgoInit() {
// default
let open = document.createElement("a");
open.href = mailgo.href;
open.href = mailtoHref;
open.classList.add("mailgo-open");
open.classList.add("mailgo-weight-500");
let openContent = document.createTextNode("open");