Skip to content
GitLab
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
76e42edb
Commit
76e42edb
authored
12 years ago
by
Geoff Young
Browse files
Options
Download
Email Patches
Plain Diff
Updated sample markup to reflect live demo.
parent
f29f9850
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
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/javascript.html
+
1
-
1
View file @
76e42edb
...
@@ -253,7 +253,7 @@ $('#myModal').on('show', function (e) {
...
@@ -253,7 +253,7 @@ $('#myModal').on('show', function (e) {
<
a href="#myModal" role="button" class="btn" data-toggle="modal"
>
Launch demo modal
<
/a
>
<
a href="#myModal" role="button" class="btn" data-toggle="modal"
>
Launch demo modal
<
/a
>
<
-- Modal --
>
<
-- Modal --
>
<
div
class
="modal"
id
="m
yM
odal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"
>
<
div
id
="m
yM
odal"
class
="modal
hide fade
" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"
>
<
div class="modal-header"
>
<
div class="modal-header"
>
<
button type="button" class="close" data-dismiss="modal" aria-hidden="true"
>×<
/button
>
<
button type="button" class="close" data-dismiss="modal" aria-hidden="true"
>×<
/button
>
<
h3 id="myModalLabel"
>
Modal header
<
/h3
>
<
h3 id="myModalLabel"
>
Modal header
<
/h3
>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/javascript.mustache
+
1
-
1
View file @
76e42edb
...
@@ -183,7 +183,7 @@ $('#myModal').on('show', function (e) {
...
@@ -183,7 +183,7 @@ $('#myModal').on('show', function (e) {
<
a href="#myModal" role="button" class="btn" data-toggle="modal"
>
{{
_i
}}
Launch demo modal
{{/
i
}}
<
/a
>
<
a href="#myModal" role="button" class="btn" data-toggle="modal"
>
{{
_i
}}
Launch demo modal
{{/
i
}}
<
/a
>
<
-- Modal --
>
<
-- Modal --
>
<
div
class
="modal"
id
="m
yM
odal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"
>
<
div
id
="m
yM
odal"
class
="modal
hide fade
" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"
>
<
div class="modal-header"
>
<
div class="modal-header"
>
<
button type="button" class="close" data-dismiss="modal" aria-hidden="true"
>×<
/button
>
<
button type="button" class="close" data-dismiss="modal" aria-hidden="true"
>×<
/button
>
<
h3 id="myModalLabel"
>
Modal header
<
/h3
>
<
h3 id="myModalLabel"
>
Modal header
<
/h3
>
...
...
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