updated comment of mailgoCheckRender
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user