1
0
Fork 0

Log pseudolinks

This commit is contained in:
Gregory Eremin 2014-07-05 15:04:51 +07:00
parent 041689388a
commit 5f97af68c7
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@
// Skipping elements that has no href and anchor links
if (href === null || href[0] === '#') {
el.addEventListener('mouseover', function(e) {
log('Pseudolink');
});
continue;
}