Closed shlajin closed 9 years ago
Hello!
If page has a link with href="#" – the script will pick it and process the click. Unfortunately, this will result in error (visible in console)
href="#"
Uncaught TypeError: Cannot read property 'nodeName' of null
This PR adds a rule to ignore empty anchors to prevent this error.
Thanks!
Thanks, this is great !
Hello!
If page has a link with
href="#"
– the script will pick it and process the click. Unfortunately, this will result in error (visible in console)Uncaught TypeError: Cannot read property 'nodeName' of null
This PR adds a rule to ignore empty anchors to prevent this error.
Thanks!