v0.4.5
This commit is contained in:
parent
2f498134b7
commit
224b593e5e
4
dist/mailgo.js
vendored
4
dist/mailgo.js
vendored
@ -1,6 +1,6 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
var V = "0.4.4";
|
var V = "0.4.5";
|
||||||
var MAILTO = "mailto:"; // mailgo style
|
var MAILTO = "mailto:"; // mailgo style
|
||||||
|
|
||||||
var mailgoCSS = document.createElement("link");
|
var mailgoCSS = document.createElement("link");
|
||||||
@ -134,7 +134,7 @@ var mailgoInit = function mailgoInit() {
|
|||||||
modalContent.appendChild(copy); // by
|
modalContent.appendChild(copy); // by
|
||||||
|
|
||||||
var by = document.createElement("a");
|
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.className = "mailgo-by";
|
||||||
by.target = "_blank";
|
by.target = "_blank";
|
||||||
by.rel = "noopener noreferrer";
|
by.rel = "noopener noreferrer";
|
||||||
|
2
dist/mailgo.min.js
vendored
2
dist/mailgo.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mailgo",
|
"name": "mailgo",
|
||||||
"version": "0.4.4",
|
"version": "0.4.5",
|
||||||
"description": "a different mailto",
|
"description": "a different mailto",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "gulp"
|
"build": "gulp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user