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 the page has modals like id="modalOne", id="modalTwo" as well as tabs ( id="tabOne", id="tabTwo" ) in page. The sticky tabs script tries to process the modal anchor as a tab which causes js exception.
The problem seems to be that stickytabs does not do a typeof check before passing off to tab.js. Does anyone else have this problem? Is there a known method to deal with this?
This causes pages with #modalTwo in the url to break when refreshing the page using f5 or ctrl+shift+r
The text was updated successfully, but these errors were encountered:
When the page has modals like id="modalOne", id="modalTwo" as well as tabs ( id="tabOne", id="tabTwo" ) in page. The sticky tabs script tries to process the modal anchor as a tab which causes js exception.
The problem seems to be that stickytabs does not do a typeof check before passing off to tab.js. Does anyone else have this problem? Is there a known method to deal with this?
This causes pages with #modalTwo in the url to break when refreshing the page using f5 or ctrl+shift+r
The text was updated successfully, but these errors were encountered: