mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
update tabs.js
This commit is contained in:
parent
e1f1ee3b24
commit
851917032b
@ -10,7 +10,7 @@
|
|||||||
Gumby.debug('Initializing Tabs', $el);
|
Gumby.debug('Initializing Tabs', $el);
|
||||||
|
|
||||||
this.$el = $el;
|
this.$el = $el;
|
||||||
this.$nav = this.$el.find('ul.tab-nav:not(.follow-href-path) > li');
|
this.$nav = this.$el.find('ul.tab-nav:not(.follow-href-path) > li') ;
|
||||||
this.$content = this.$el.find('.tab-content');
|
this.$content = this.$el.find('.tab-content');
|
||||||
|
|
||||||
var scope = this;
|
var scope = this;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user