Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
ccf76971
Commit
ccf76971
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge branch '2.0.2-wip' of github.com:twitter/bootstrap into 2.0.2-wip
Conflicts: docs/assets/bootstrap.zip
parents
6abb2059
74a3c763
1 merge request
!1952
Tabulation navigation with Typeahead
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/javascript.html
+1
-1
docs/javascript.html
docs/templates/pages/javascript.mustache
+1
-1
docs/templates/pages/javascript.mustache
with
2 additions
and
2 deletions
+2
-2
docs/assets/bootstrap.zip
+
0
-
0
View file @
ccf76971
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/javascript.html
+
1
-
1
View file @
ccf76971
...
...
@@ -276,7 +276,7 @@
<td>
backdrop
</td>
<td>
boolean
</td>
<td>
true
</td>
<td>
Includes a modal-backdrop element
</td>
<td>
Includes a modal-backdrop element
. Alternatively, specify
<code>
static
</code>
for a backdrop which doesn't close the modal on click.
</td>
</tr>
<tr>
<td>
keyboard
</td>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/javascript.mustache
+
1
-
1
View file @
ccf76971
...
...
@@ -200,7 +200,7 @@
<td>
{{
_i
}}
backdrop
{{/
i
}}
</td>
<td>
{{
_i
}}
boolean
{{/
i
}}
</td>
<td>
{{
_i
}}
true
{{/
i
}}
</td>
<td>
{{
_i
}}
Includes a modal-backdrop element
{{/
i
}}
</td>
<td>
{{
_i
}}
Includes a modal-backdrop element
. Alternatively, specify
<code>
static
</code>
for a backdrop which doesn't close the modal on click.
{{/
i
}}
</td>
</tr>
<tr>
<td>
{{
_i
}}
keyboard
{{/
i
}}
</td>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets