make tabs and submenu working

This commit is contained in:
2013-10-31 17:48:57 +01:00
parent 7d9eeaf15d
commit 75794d9323
6 changed files with 14 additions and 6 deletions

View File

@@ -10,7 +10,7 @@
Gumby.debug('Initializing Tabs', $el);
this.$el = $el;
this.$nav = this.$el.find('ul.tab-nav > li');
this.$nav = this.$el.find('ul.tab-nav:not(.follow-href-path) > li');
this.$content = this.$el.find('.tab-content');
var scope = this;