From: XhmikosR Date: Thu, 19 Nov 2020 18:35:28 +0000 (+0200) Subject: Backport #32158 (#32203) X-Git-Tag: v4.6.0~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e567b9a7ab721bbfdbbab1ff03eaadc7d183e019;p=thirdparty%2Fbootstrap.git Backport #32158 (#32203) Switch to jsDelivr for the remaining docs assets Also, update feather icons and chart.js --- diff --git a/site/content/docs/4.5/examples/dashboard/index.html b/site/content/docs/4.5/examples/dashboard/index.html index 37614209e8..71bf2caccc 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/feather-icons@4.28.0/dist/feather.min.js" + - "https://cdn.jsdelivr.net/npm/chart.js@2.9.4/dist/Chart.min.js" - "dashboard.js" ---