]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Dashboard example: update 3rd-party libs and use the same CDN.
authorXhmikosR <xhmikosr@gmail.com>
Mon, 5 Nov 2018 21:16:25 +0000 (23:16 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 9 Nov 2018 13:02:42 +0000 (15:02 +0200)
site/docs/4.1/examples/dashboard/index.html

index c8038f6c67249e91335d69fbe780e2a2a0fa82c3..1b641b62093adbd755a4eb20bf875b87ec763d69 100644 (file)
@@ -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"
 ---