diff --git a/Resources/public/js/ui/gumby.tabs.js b/Resources/public/js/ui/gumby.tabs.js index 4d6351c84..0911ee42d 100644 --- a/Resources/public/js/ui/gumby.tabs.js +++ b/Resources/public/js/ui/gumby.tabs.js @@ -10,7 +10,7 @@ Gumby.debug('Initializing Tabs', $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'); var scope = this;