From 851917032b720c2d04af0cb87359357c5f98ba59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 31 Oct 2013 18:00:33 +0100 Subject: [PATCH] update tabs.js --- Resources/public/js/ui/gumby.tabs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;