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
|
||||
* document.querySelectorAll(
|
||||
* 'a[href^="mailto:" i]:not(.no-mailgo), a[href="#mailgo"], a.mailgo'
|
||||
* );
|
||||
* ); and the new a[mailgo]
|
||||
*/
|
||||
mailgoCheckRender = event => {
|
||||
// the target element
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user