mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 11:21:23 +02:00
Fix missed occurrencies of "Popper.js" (#32398)
This commit is contained in:
@@ -53,10 +53,10 @@ You can see the above requirements reflected in this modified RTL starter templa
|
|||||||
|
|
||||||
<!-- Optional JavaScript; choose one of the two! -->
|
<!-- Optional JavaScript; choose one of the two! -->
|
||||||
|
|
||||||
<!-- Option 1: Bootstrap Bundle with Popper.js -->
|
<!-- Option 1: Bootstrap Bundle with Popper -->
|
||||||
<script src="{{< param "cdn.js_bundle" >}}" integrity="{{< param "cdn.js_bundle_hash" >}}" crossorigin="anonymous"></script>
|
<script src="{{< param "cdn.js_bundle" >}}" integrity="{{< param "cdn.js_bundle_hash" >}}" crossorigin="anonymous"></script>
|
||||||
|
|
||||||
<!-- Option 2: Separate Popper.js and Bootstrap JS -->
|
<!-- Option 2: Separate Popper and Bootstrap JS -->
|
||||||
<!--
|
<!--
|
||||||
<script src="{{< param "cdn.popper" >}}" integrity="{{< param "cdn.popper_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>
|
<script src="{{< param "cdn.js" >}}" integrity="{{< param "cdn.js_hash" >}}" crossorigin="anonymous"></script>
|
||||||
|
Reference in New Issue
Block a user