jellekralt / Responsive-Tabs

Responsive Tabs is a jQuery plugin that provides responsive tab functionality. The tabs transform to an accordion when it reaches a CSS breakpoint. You can use this plugin as a solution for displaying tabs elegantly on desktop, tablet and mobile.
http://jellekralt.github.io/Responsive-Tabs/
MIT License
531 stars 228 forks source link

Adding of undefined in URL on IE10 #124

Closed svdg closed 7 years ago

svdg commented 7 years ago

I discovered that instead of #tab- 'undefined' is added to the url in IE10 on Win 8. This is also the case in your demo. Any idea how to solve this?

jellekralt commented 7 years ago

Good find! Turns out IE10 on Win8 doesnt have window.location.origin available, I'll see if I can fix this quickly

jellekralt commented 7 years ago

This is now fixed in the latest version