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
You get errors in IE9 because the script uses Node.classList.add/remove. Best way to solve this would probably be to include a classList polyfill: https://github.com/eligrey/classList.js/
The text was updated successfully, but these errors were encountered:
You get errors in IE9 because the script uses Node.classList.add/remove. Best way to solve this would probably be to include a classList polyfill: https://github.com/eligrey/classList.js/
The text was updated successfully, but these errors were encountered: