updated comment of mailgoCheckRender

This commit is contained in:
Matteo Manzinello 2019-05-12 13:28:51 +02:00
parent 4b30d61d02
commit 33af92a28c
2 changed files with 2 additions and 2 deletions

2
dist/mailgo.js vendored
View File

@ -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

View File

@ -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