Log pseudolinks

This commit is contained in:
2014-07-05 15:04:51 +07:00
parent 041689388a
commit 5f97af68c7
+3
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;
}