aboutsummaryrefslogtreecommitdiff
path: root/docs/4.3/components
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-12-21 15:39:23 +0200
committerXhmikosR <[email protected]>2021-08-20 18:36:49 +0300
commitd568c16ae990c81521d534765444f165820326b1 (patch)
tree982de9626f4dfdab836070ea26dd0409301c381b /docs/4.3/components
parent92bf3528e9b7421653a13123ee709e74aac97bb8 (diff)
downloadbootstrap-gh-pages-cdn.tar.xz
bootstrap-gh-pages-cdn.zip
Replace cdnjs with jsDelivrgh-pages-cdn
Diffstat (limited to 'docs/4.3/components')
-rw-r--r--docs/4.3/components/dropdowns/index.html2
-rw-r--r--docs/4.3/components/popovers/index.html2
-rw-r--r--docs/4.3/components/tooltips/index.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/4.3/components/dropdowns/index.html b/docs/4.3/components/dropdowns/index.html
index 2939c12ee..6a84eb23c 100644
--- a/docs/4.3/components/dropdowns/index.html
+++ b/docs/4.3/components/dropdowns/index.html
@@ -524,7 +524,7 @@
<p>Dropdowns are toggleable, contextual overlays for displaying lists of links and more. They’re made interactive with the included Bootstrap dropdown JavaScript plugin. They’re toggled by clicking, not by hovering; this is <a href="http://markdotto.com/2012/02/27/bootstrap-explained-dropdowns/">an intentional design decision</a>.</p>
-<p>Dropdowns are built on a third party library, <a href="https://popper.js.org/">Popper.js</a>, which provides dynamic positioning and viewport detection. Be sure to include <a href="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js">popper.min.js</a> before Bootstrap’s JavaScript or use <code class="highlighter-rouge">bootstrap.bundle.min.js</code> / <code class="highlighter-rouge">bootstrap.bundle.js</code> which contains Popper.js. Popper.js isn’t used to position dropdowns in navbars though as dynamic positioning isn’t required.</p>
+<p>Dropdowns are built on a third party library, <a href="https://popper.js.org/">Popper.js</a>, which provides dynamic positioning and viewport detection. Be sure to include <a href="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js">popper.min.js</a> before Bootstrap’s JavaScript or use <code class="highlighter-rouge">bootstrap.bundle.min.js</code> / <code class="highlighter-rouge">bootstrap.bundle.js</code> which contains Popper.js. Popper.js isn’t used to position dropdowns in navbars though as dynamic positioning isn’t required.</p>
<p>If you’re building our JavaScript from source, it <a href="/docs/4.3/getting-started/javascript/#util">requires <code class="highlighter-rouge">util.js</code></a>.</p>
diff --git a/docs/4.3/components/popovers/index.html b/docs/4.3/components/popovers/index.html
index d1b6cfdb1..8670b0e91 100644
--- a/docs/4.3/components/popovers/index.html
+++ b/docs/4.3/components/popovers/index.html
@@ -509,7 +509,7 @@
<p>Things to know when using the popover plugin:</p>
<ul>
- <li>Popovers rely on the 3rd party library <a href="https://popper.js.org/">Popper.js</a> for positioning. You must include <a href="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js">popper.min.js</a> before bootstrap.js or use <code class="highlighter-rouge">bootstrap.bundle.min.js</code> / <code class="highlighter-rouge">bootstrap.bundle.js</code> which contains Popper.js in order for popovers to work!</li>
+ <li>Popovers rely on the 3rd party library <a href="https://popper.js.org/">Popper.js</a> for positioning. You must include <a href="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js">popper.min.js</a> before bootstrap.js or use <code class="highlighter-rouge">bootstrap.bundle.min.js</code> / <code class="highlighter-rouge">bootstrap.bundle.js</code> which contains Popper.js in order for popovers to work!</li>
<li>Popovers require the <a href="/docs/4.3/components/tooltips/">tooltip plugin</a> as a dependency.</li>
<li>If you’re building our JavaScript from source, it <a href="/docs/4.3/getting-started/javascript/#util">requires <code class="highlighter-rouge">util.js</code></a>.</li>
<li>Popovers are opt-in for performance reasons, so <strong>you must initialize them yourself</strong>.</li>
diff --git a/docs/4.3/components/tooltips/index.html b/docs/4.3/components/tooltips/index.html
index 70ee9632d..63251db43 100644
--- a/docs/4.3/components/tooltips/index.html
+++ b/docs/4.3/components/tooltips/index.html
@@ -504,7 +504,7 @@
<p>Things to know when using the tooltip plugin:</p>
<ul>
- <li>Tooltips rely on the 3rd party library <a href="https://popper.js.org/">Popper.js</a> for positioning. You must include <a href="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js">popper.min.js</a> before bootstrap.js or use <code class="highlighter-rouge">bootstrap.bundle.min.js</code> / <code class="highlighter-rouge">bootstrap.bundle.js</code> which contains Popper.js in order for tooltips to work!</li>
+ <li>Tooltips rely on the 3rd party library <a href="https://popper.js.org/">Popper.js</a> for positioning. You must include <a href="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js">popper.min.js</a> before bootstrap.js or use <code class="highlighter-rouge">bootstrap.bundle.min.js</code> / <code class="highlighter-rouge">bootstrap.bundle.js</code> which contains Popper.js in order for tooltips to work!</li>
<li>If you’re building our JavaScript from source, it <a href="/docs/4.3/getting-started/javascript/#util">requires <code class="highlighter-rouge">util.js</code></a>.</li>
<li>Tooltips are opt-in for performance reasons, so <strong>you must initialize them yourself</strong>.</li>
<li>Tooltips with zero-length titles are never displayed.</li>