You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
history.zip
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>
The text was updated successfully, but these errors were encountered: