From 730d7f0b13143061fd0607cbe6c303d7bd8b74ec Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 8 Oct 2013 11:44:30 -0700 Subject: [PATCH] fix #10986 --- javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript.html b/javascript.html index ff07387fd6..67cc9779f0 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.