Log pseudolinks
This commit is contained in:
parent
041689388a
commit
5f97af68c7
|
@ -10,6 +10,9 @@
|
||||||
|
|
||||||
// Skipping elements that has no href and anchor links
|
// Skipping elements that has no href and anchor links
|
||||||
if (href === null || href[0] === '#') {
|
if (href === null || href[0] === '#') {
|
||||||
|
el.addEventListener('mouseover', function(e) {
|
||||||
|
log('Pseudolink');
|
||||||
|
});
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue