responsive-tabs
responsive-tabs copied to clipboard
Nested tabs
Hi, i'm using this very helpful bootstrap plugin.
I've found that when nested tabs are present, into the inside tabs there are multiple .tab-control and back doesn't work.
I've changed the code of plugin from:
function setSmallStyle() {
to:
function setSmallStyle() {
setLargeStyle();
So when small style is applied,before others controls are removed.
Hope this help in your development.
Regards
G.