Skip to content

Commit 820d912

Browse files
committed
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
2 parents 342e19a + 766e8b1 commit 820d912

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/_includes/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</footer>
1313

1414
<script src="{{ site.cdn.jquery }}" integrity="{{ site.cdn.jquery_hash }}" crossorigin="anonymous"></script>
15-
<script>window.jQuery || document.write('<script src="{{ site.baseurl }}/assets/js/vendor/jquery.min.js"><\/script>')</script>
15+
<script>window.jQuery || document.write('<script src="{{ site.baseurl }}/assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
1616

1717
<script src="{{ site.baseurl }}/assets/js/vendor/tether.min.js"></script>
1818

docs/components/modal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Before getting started with Bootstrap's modal component, be sure to read the fol
2121
- Bootstrap only supports one modal window at a time. Nested modals aren't supported as we believe them to be poor user experiences.
2222
- Modals use `position: fixed`, which can sometimes be a bit particular about its rendering. Whenever possible, place your modal HTML in a top-level position to avoid potential interference from other elements. You'll likely run into issues when nesting a `.modal` within another fixed element.
2323
- One again, due to `position: fixed`, there are some caveats with using modals on mobile devices. [See our browser support docs]({{ site.baseurl }}/getting-started/browsers-devices/#modals-and-dropdowns-on-mobile) for details.
24-
- Lastly, the `autofocus` HTML attribute has no affect in modals. Here's how you can achieve the same effect with custom JavaScript.
24+
- Lastly, the `autofocus` HTML attribute has no effect in modals. Here's how you can achieve the same effect with custom JavaScript.
2525

2626
Keep reading for demos and usage guidelines.
2727

0 commit comments

Comments
 (0)