Fix tabbar on start (show scroll arrows on small windows)
This commit is contained in:
parent
b253fb9f3a
commit
d7c5ce1b77
|
@ -462,8 +462,10 @@ define([
|
|||
},
|
||||
|
||||
setVisible: function (tab, visible) {
|
||||
if ( tab && this.$tabs )
|
||||
if ( tab && this.$tabs ) {
|
||||
this.$tabs.find('> a[data-tab=' + tab + ']').parent().css('display', visible ? '' : 'none');
|
||||
this.onResize();
|
||||
}
|
||||
}
|
||||
};
|
||||
}()));
|
||||
|
|
Loading…
Reference in a new issue