Merge branch 'master' into patch-0
This commit is contained in:
commit
521b0ff8a1
@ -7,7 +7,7 @@
|
||||
|
||||
mailgo will substitute all the `mailto:` links with the **mailgo modal**
|
||||
|
||||
[](https://unpkg.com/mailgo@0.2.6/dist/mailgo.min.js)
|
||||
[](https://unpkg.com/mailgo@0.2.7/dist/mailgo.min.js)
|
||||
|
||||
<img src="assets/img/screen-1.png" alt="mailgo modal" width="200"/>
|
||||
|
||||
@ -20,7 +20,7 @@ add at the end of the `<body>`
|
||||
```
|
||||
<body>
|
||||
...
|
||||
<script src="https://unpkg.com/mailgo@0.2.6/dist/mailgo.min.js"></script>
|
||||
<script src="https://unpkg.com/mailgo@0.2.7/dist/mailgo.min.js"></script>
|
||||
</body>
|
||||
```
|
||||
|
||||
@ -29,7 +29,7 @@ you can also import mailgo in `<head>` using `defer`
|
||||
```
|
||||
<head>
|
||||
...
|
||||
<script src="https://unpkg.com/mailgo@0.2.6/dist/mailgo.min.js" defer></script>
|
||||
<script src="https://unpkg.com/mailgo@0.2.7/dist/mailgo.min.js" defer></script>
|
||||
</head>
|
||||
```
|
||||
|
||||
|
2
dist/mailgo.js
vendored
2
dist/mailgo.js
vendored
@ -1,4 +1,4 @@
|
||||
const VERSION = "0.2.6";
|
||||
const VERSION = "0.2.7";
|
||||
const MAILTO = "mailto:";
|
||||
|
||||
mailgoInit = () => {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mailgo",
|
||||
"version": "0.2.6",
|
||||
"version": "0.2.7",
|
||||
"description": "a different mailto",
|
||||
"scripts": {
|
||||
"build": "gulp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user