diff --git a/dist/mailgo.js b/dist/mailgo.js index 05ef245..f13b036 100644 --- a/dist/mailgo.js +++ b/dist/mailgo.js @@ -285,7 +285,7 @@ mailgoRender = mailgo => { * function to check if an element is mailgo-enabled or not referencing to the old * document.querySelectorAll( * 'a[href^="mailto:" i]:not(.no-mailgo), a[href="#mailgo"], a.mailgo' - * ); + * ); and the new a[mailgo] */ mailgoCheckRender = event => { // the target element diff --git a/src/mailgo.js b/src/mailgo.js index 8fb2fe4..edf42e7 100644 --- a/src/mailgo.js +++ b/src/mailgo.js @@ -285,7 +285,7 @@ mailgoRender = mailgo => { * function to check if an element is mailgo-enabled or not referencing to the old * document.querySelectorAll( * 'a[href^="mailto:" i]:not(.no-mailgo), a[href="#mailgo"], a.mailgo' - * ); + * ); and the new a[mailgo] */ mailgoCheckRender = event => { // the target element