This commit is contained in:
Matteo Manzinello 2019-05-22 12:51:33 +02:00
parent 2f498134b7
commit 224b593e5e
3 changed files with 4 additions and 4 deletions

4
dist/mailgo.js vendored
View File

@ -1,6 +1,6 @@
"use strict";
var V = "0.4.4";
var V = "0.4.5";
var MAILTO = "mailto:"; // mailgo style
var mailgoCSS = document.createElement("link");
@ -134,7 +134,7 @@ var mailgoInit = function mailgoInit() {
modalContent.appendChild(copy); // by
var by = document.createElement("a");
by.href = window.location.hostname ? "https://mailgo.js.org?ref=" + window.location.hostname : "https://mailgo.js.org";
by.href = "https://mailgo.js.org?ref=mailgo-modal";
by.className = "mailgo-by";
by.target = "_blank";
by.rel = "noopener noreferrer";

2
dist/mailgo.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "mailgo",
"version": "0.4.4",
"version": "0.4.5",
"description": "a different mailto",
"scripts": {
"build": "gulp"