-
Notifications
You must be signed in to change notification settings - Fork 179
Open
Description
When i click the "item" button in IE9, i expect the hashListener to be executed. I think it's caused by L445
Removing this line fixes the problem, but i guess it's required for something else ;)
<a href="#item">Item</a>
<script> var hashListener = function () { console.log('hash change!'); }; window.addEventListener('hashchange', hashListener); </script>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels