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
0679f246
Commit
0679f246
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
example incorrect for modal dismiss button
parent
3a27b4e6
2 merge requests
!3609
2.0.4 wip fix make docs
,
!3549
Clear tooltips delayed show timer when leave event is triggered. ALSO when hide delay is 0.
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 @
0679f246
...
...
@@ -279,7 +279,7 @@
<pre
class=
"prettyprint linenums"
>
<
div class="modal" id="myModal"
>
<
div class="modal-header"
>
<
button class="close" data-dismiss="modal"
>×<
/button
>
<
button
type="button"
class="close" data-dismiss="modal"
>×<
/button
>
<
h3
>
Modal header
<
/h3
>
<
/div
>
<
div class="modal-body"
>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/javascript.mustache
+
1
-
1
View file @
0679f246
...
...
@@ -202,7 +202,7 @@
<pre
class=
"prettyprint linenums"
>
<
div class="modal" id="myModal"
>
<
div class="modal-header"
>
<
button class="close" data-dismiss="modal"
>×<
/button
>
<
button
type="button"
class="close" data-dismiss="modal"
>×<
/button
>
<
h3
>
Modal header
<
/h3
>
<
/div
>
<
div class="modal-body"
>
...
...
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