Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-11-23 23:17:37 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-11-24 09:40:11 +0300
commit90ad4ffc82eb11686a01d754ed7c2090f14f6578 (patch)
tree46c979e2145000792a254dd274bb200c4066a5d2
parentb45b5e9e65e7dd533ce34106e5290749060a2162 (diff)
introduction: split comments (#32223)
-rw-r--r--site/content/docs/4.5/getting-started/introduction.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/site/content/docs/4.5/getting-started/introduction.md b/site/content/docs/4.5/getting-started/introduction.md
index bda053a5a5..1842879ba9 100644
--- a/site/content/docs/4.5/getting-started/introduction.md
+++ b/site/content/docs/4.5/getting-started/introduction.md
@@ -92,7 +92,8 @@ Be sure to have your pages set up with the latest design and development standar
<script src="{{< param "cdn.jquery" >}}" integrity="{{< param "cdn.jquery_hash" >}}" crossorigin="anonymous"></script>
<script src="{{< param "cdn.js_bundle" >}}" integrity="{{< param "cdn.js_bundle_hash" >}}" crossorigin="anonymous"></script>
- <!-- Option 2: jQuery, Popper, and Bootstrap JS
+ <!-- Option 2: Separate Popper and Bootstrap JS -->
+ <!--
<script src="{{< param "cdn.jquery" >}}" integrity="{{< param "cdn.jquery_hash" >}}" crossorigin="anonymous"></script>
<script src="{{< param "cdn.popper" >}}" integrity="{{< param "cdn.popper_hash" >}}" crossorigin="anonymous"></script>
<script src="{{< param "cdn.js" >}}" integrity="{{< param "cdn.js_hash" >}}" crossorigin="anonymous"></script>