aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-11-05 23:16:25 +0200
committerXhmikosR <[email protected]>2018-11-09 15:02:42 +0200
commitbbe2b2349da27e50ac2fd23c13cc8d1794201607 (patch)
treed34963fbf67d63dae8facc39e187f5b46f45564d
parent807c1b6d068c95bb076ffaac8542665065fb054b (diff)
downloadbootstrap-bbe2b2349da27e50ac2fd23c13cc8d1794201607.tar.xz
bootstrap-bbe2b2349da27e50ac2fd23c13cc8d1794201607.zip
Dashboard example: update 3rd-party libs and use the same CDN.
-rw-r--r--site/docs/4.1/examples/dashboard/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/4.1/examples/dashboard/index.html b/site/docs/4.1/examples/dashboard/index.html
index c8038f6c6..1b641b620 100644
--- a/site/docs/4.1/examples/dashboard/index.html
+++ b/site/docs/4.1/examples/dashboard/index.html
@@ -3,8 +3,8 @@ layout: examples
title: Dashboard Template
extra_css: "dashboard.css"
extra_js:
- - "https://unpkg.com/feather-icons/dist/feather.min.js"
- - "https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.1/Chart.min.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"
- "dashboard.js"
---