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
8ecffcb3
Commit
8ecffcb3
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#5334
: html snippet comments
parent
24e277b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/javascript.html
+2
-2
docs/javascript.html
docs/templates/pages/javascript.mustache
+2
-2
docs/templates/pages/javascript.mustache
with
4 additions
and
4 deletions
+4
-4
docs/javascript.html
+
2
-
2
View file @
8ecffcb3
...
...
@@ -249,10 +249,10 @@ $('#myModal').on('show', function (e) {
<a
data-toggle=
"modal"
href=
"#myModal"
class=
"btn btn-primary btn-large"
>
Launch demo modal
</a>
</div>
<pre
class=
"prettyprint linenums"
>
<
;
-- Button to trigger modal --
>
&
lt
!
-- Button to trigger modal --
>
<
a href="#myModal" role="button" class="btn" data-toggle="modal"
>
Launch demo modal
<
/a
>
<
;
-- Modal --
>
&
lt
!
-- Modal --
>
<
div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"
>
<
div class="modal-header"
>
<
button type="button" class="close" data-dismiss="modal" aria-hidden="true"
>×<
/button
>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/javascript.mustache
+
2
-
2
View file @
8ecffcb3
...
...
@@ -179,10 +179,10 @@ $('#myModal').on('show', function (e) {
<a
data-toggle=
"modal"
href=
"#myModal"
class=
"btn btn-primary btn-large"
>
{{
_i
}}
Launch demo modal
{{/
i
}}
</a>
</div>
{{! /example }}
<pre
class=
"prettyprint linenums"
>
<
;
-- Button to trigger modal --
>
&
lt
!
-- Button to trigger modal --
>
<
a href="#myModal" role="button" class="btn" data-toggle="modal"
>
{{
_i
}}
Launch demo modal
{{/
i
}}
<
/a
>
<
;
-- Modal --
>
&
lt
!
-- Modal --
>
<
div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"
>
<
div class="modal-header"
>
<
button type="button" class="close" data-dismiss="modal" aria-hidden="true"
>×<
/button
>
...
...
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