diff options
| author | XhmikosR <[email protected]> | 2020-11-19 20:35:28 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-19 20:35:28 +0200 |
| commit | e567b9a7ab721bbfdbbab1ff03eaadc7d183e019 (patch) | |
| tree | 4063eadb59fa6a37678045ccb54b9296f5b637dc | |
| parent | e5b5881f8c804941a25ecd31b615830507010914 (diff) | |
| download | bootstrap-e567b9a7ab721bbfdbbab1ff03eaadc7d183e019.tar.xz bootstrap-e567b9a7ab721bbfdbbab1ff03eaadc7d183e019.zip | |
Backport #32158 (#32203)
Switch to jsDelivr for the remaining docs assets
Also, update feather icons and chart.js
| -rw-r--r-- | site/content/docs/4.5/examples/dashboard/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/4.5/examples/dashboard/index.html b/site/content/docs/4.5/examples/dashboard/index.html index 37614209e..71bf2cacc 100644 --- a/site/content/docs/4.5/examples/dashboard/index.html +++ b/site/content/docs/4.5/examples/dashboard/index.html @@ -4,8 +4,8 @@ title: Dashboard Template extra_css: - "dashboard.css" extra_js: - - "https://cdnjs.cloudflare.com/ajax/libs/feather-icons/4.9.0/feather.min.js" - - "https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.3/Chart.min.js" + - "https://cdn.jsdelivr.net/npm/[email protected]/dist/feather.min.js" + - "https://cdn.jsdelivr.net/npm/[email protected]/dist/Chart.min.js" - "dashboard.js" --- |
