vtimbuc / bootstrap-responsive-tabs

"Bootstrap Responsive Tabs" is a simple jQuery plugin that switches the default bootstrap tabs to accordions on the viewports that you choose to.
http://vtimbuc.github.io/bootstrap-responsive-tabs/
35 stars 37 forks source link

Not working in modal #13

Open byounathan opened 6 years ago

byounathan commented 6 years ago

After initializing responsive tabs using $('.responsive-tabs').responsiveTabs({ accordionOn: ['xs'] }); and then display a modal, the tabs are not responsive in an 'xs' view.

Is re-initialization required after the modal is shown?