From d0c6a9e12a4856b1b921c4db736b0f3a358274b4 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 21 Dec 2020 15:39:23 +0200 Subject: [PATCH] Replace cdnjs with jsDelivr --- docs/4.0/components/dropdowns/index.html | 2 +- docs/4.0/components/popovers/index.html | 2 +- docs/4.0/components/tooltips/index.html | 2 +- docs/4.0/examples/dashboard/index.html | 2 +- docs/4.0/getting-started/download/index.html | 2 +- docs/4.0/getting-started/introduction/index.html | 4 ++-- docs/4.1/components/dropdowns/index.html | 2 +- docs/4.1/components/popovers/index.html | 2 +- docs/4.1/components/tooltips/index.html | 2 +- docs/4.1/examples/dashboard/index.html | 2 +- docs/4.1/getting-started/download/index.html | 2 +- docs/4.1/getting-started/introduction/index.html | 4 ++-- docs/4.2/components/dropdowns/index.html | 2 +- docs/4.2/components/popovers/index.html | 2 +- docs/4.2/components/tooltips/index.html | 2 +- docs/4.2/examples/dashboard/index.html | 4 ++-- docs/4.2/getting-started/download/index.html | 2 +- docs/4.2/getting-started/introduction/index.html | 4 ++-- docs/4.3/components/dropdowns/index.html | 2 +- docs/4.3/components/popovers/index.html | 2 +- docs/4.3/components/tooltips/index.html | 2 +- docs/4.3/examples/dashboard/index.html | 4 ++-- docs/4.3/getting-started/download/index.html | 2 +- docs/4.3/getting-started/introduction/index.html | 4 ++-- docs/4.4/examples/dashboard/index.html | 4 ++-- docs/4.5/examples/dashboard/index.html | 4 ++-- 26 files changed, 34 insertions(+), 34 deletions(-) diff --git a/docs/4.0/components/dropdowns/index.html b/docs/4.0/components/dropdowns/index.html index 20e509224c..5ded219f2d 100644 --- a/docs/4.0/components/dropdowns/index.html +++ b/docs/4.0/components/dropdowns/index.html @@ -425,7 +425,7 @@

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 an intentional design decision.

-

Dropdowns are built on a third party library, Popper.js, which provides dynamic positioning and viewport detection. Be sure to include popper.min.js before Bootstrap’s JavaScript or use bootstrap.bundle.min.js / bootstrap.bundle.js which contains Popper.js. Popper.js isn’t used to position dropdowns in navbars though as dynamic positioning isn’t required.

+

Dropdowns are built on a third party library, Popper.js, which provides dynamic positioning and viewport detection. Be sure to include popper.min.js before Bootstrap’s JavaScript or use bootstrap.bundle.min.js / bootstrap.bundle.js which contains Popper.js. Popper.js isn’t used to position dropdowns in navbars though as dynamic positioning isn’t required.

If you’re building our JavaScript from source, it requires util.js.

diff --git a/docs/4.0/components/popovers/index.html b/docs/4.0/components/popovers/index.html index e5a134fba1..ab9fd356ff 100644 --- a/docs/4.0/components/popovers/index.html +++ b/docs/4.0/components/popovers/index.html @@ -436,7 +436,7 @@

Things to know when using the popover plugin: