From 13f2a68a23e426f37b9127c7838233fc4f63ffe3 Mon Sep 17 00:00:00 2001 From: Seth Faxon Date: Tue, 23 Jul 2013 19:38:23 -0700 Subject: [PATCH 1/2] update carousel js docs to reflect leading .glyphicon https://github.com/twitter/bootstrap/pull/6342 icons section mentions the change to using glyphicon base class this adds it to the docs --- javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript.html b/javascript.html index 9d39c0a886..d39d9c321e 100644 --- a/javascript.html +++ b/javascript.html @@ -1556,7 +1556,7 @@ $('#myCollapsible').on('hidden.bs.collapse', function () { {% endhighlight %}

Glyphicon Alternative

-

With Glyphicons available, you may choose to style the left and right toggle buttons with .glyphicon-chevron-left and .glyphicon-chevron-right.

+

With Glyphicons available, you may choose to style the left and right toggle buttons with .glyphicon .glyphicon-chevron-left and .glyphicon .glyphicon-chevron-right.

Optional captions

From 72d2661ff0f842b2bcf76a7a5e911644d587cc79 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Tue, 23 Jul 2013 20:53:12 -0700 Subject: [PATCH 2/2] fixes #8232 --- js/dropdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/dropdown.js b/js/dropdown.js index 8aee574fa0..5bf051e86a 100644 --- a/js/dropdown.js +++ b/js/dropdown.js @@ -42,7 +42,7 @@ if (!isActive) { if ('ontouchstart' in document.documentElement) { // if mobile we we use a backdrop because click events don't delegate - $('