updated comment of mailgoCheckRender
This commit is contained in:
parent
4b30d61d02
commit
33af92a28c
2
dist/mailgo.js
vendored
2
dist/mailgo.js
vendored
@ -285,7 +285,7 @@ mailgoRender = mailgo => {
|
|||||||
* function to check if an element is mailgo-enabled or not referencing to the old
|
* function to check if an element is mailgo-enabled or not referencing to the old
|
||||||
* document.querySelectorAll(
|
* document.querySelectorAll(
|
||||||
* 'a[href^="mailto:" i]:not(.no-mailgo), a[href="#mailgo"], a.mailgo'
|
* 'a[href^="mailto:" i]:not(.no-mailgo), a[href="#mailgo"], a.mailgo'
|
||||||
* );
|
* ); and the new a[mailgo]
|
||||||
*/
|
*/
|
||||||
mailgoCheckRender = event => {
|
mailgoCheckRender = event => {
|
||||||
// the target element
|
// the target element
|
||||||
|
@ -285,7 +285,7 @@ mailgoRender = mailgo => {
|
|||||||
* function to check if an element is mailgo-enabled or not referencing to the old
|
* function to check if an element is mailgo-enabled or not referencing to the old
|
||||||
* document.querySelectorAll(
|
* document.querySelectorAll(
|
||||||
* 'a[href^="mailto:" i]:not(.no-mailgo), a[href="#mailgo"], a.mailgo'
|
* 'a[href^="mailto:" i]:not(.no-mailgo), a[href="#mailgo"], a.mailgo'
|
||||||
* );
|
* ); and the new a[mailgo]
|
||||||
*/
|
*/
|
||||||
mailgoCheckRender = event => {
|
mailgoCheckRender = event => {
|
||||||
// the target element
|
// the target element
|
||||||
|
Loading…
x
Reference in New Issue
Block a user