From 404e4d9e9a082d2b7a6dfa1aee13709173f8e822 Mon Sep 17 00:00:00 2001 From: fat Date: Tue, 30 Oct 2012 21:32:15 -0700 Subject: fix carousel and rebuild js --- docs/assets/js/bootstrap.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/assets/js/bootstrap.js') diff --git a/docs/assets/js/bootstrap.js b/docs/assets/js/bootstrap.js index 5194dfd1b..208676853 100644 --- a/docs/assets/js/bootstrap.js +++ b/docs/assets/js/bootstrap.js @@ -407,7 +407,7 @@ $(document).on('click.carousel.data-api', '[data-slide]', function (e) { var $this = $(this), href , $target = $($this.attr('data-target') || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7 - , options = !$target.data('carousel') && $.extend({}, $target.data(), $this.data()) + , options = $.extend({}, $target.data(), $this.data()) $target.carousel(options) e.preventDefault() }) @@ -670,7 +670,7 @@ function clearMenus() { $(toggle).each(function () { - getParent($(this)).removeClass("open") + getParent($(this)).removeClass('open') }) } -- cgit v1.2.3