From 730d7f0b13143061fd0607cbe6c303d7bd8b74ec Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 8 Oct 2013 11:44:30 -0700 Subject: fix #10986 --- javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'javascript.html') diff --git a/javascript.html b/javascript.html index ff07387fd..67cc9779f 100644 --- a/javascript.html +++ b/javascript.html @@ -253,7 +253,7 @@ $('#myModal').on('show.bs.modal', function (e) { backdrop - boolean + boolean or the string 'static' true Includes a modal-backdrop element. Alternatively, specify static for a backdrop which doesn't close the modal on click. -- cgit v1.2.3 From ef1fc34e616a0efda482ec54247a84d589244d55 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 9 Oct 2013 19:29:25 -0700 Subject: use data-ride="carousel" in the docs & examples; fixes #11005 --- javascript.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'javascript.html') diff --git a/javascript.html b/javascript.html index 67cc9779f..5eb742cd2 100644 --- a/javascript.html +++ b/javascript.html @@ -1665,7 +1665,7 @@ $('#myCollapsible').on('hidden.bs.collapse', function () {

The slideshow below shows a generic plugin and component for cycling through elements like a carousel.

- {% highlight html %} -