diff options
| author | XhmikosR <[email protected]> | 2021-08-18 18:51:12 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-18 18:51:12 +0300 |
| commit | 7207cd191960c41ecc052b777b8b856a78089a08 (patch) | |
| tree | b9c1233937d205acc7821cc1e8dd896de2710863 | |
| parent | b10c1a76c7b7435159f565d11434425d88f988d4 (diff) | |
| download | bootstrap-7207cd191960c41ecc052b777b8b856a78089a08.tar.xz bootstrap-7207cd191960c41ecc052b777b8b856a78089a08.zip | |
dashboard-rtl: use the same scripts as the dashboard example (#34766)
| -rw-r--r-- | site/content/docs/5.1/examples/dashboard-rtl/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/site/content/docs/5.1/examples/dashboard-rtl/index.html b/site/content/docs/5.1/examples/dashboard-rtl/index.html index daef89a14..19db4f3b4 100644 --- a/site/content/docs/5.1/examples/dashboard-rtl/index.html +++ b/site/content/docs/5.1/examples/dashboard-rtl/index.html @@ -5,10 +5,10 @@ direction: rtl extra_css: - "../dashboard/dashboard.rtl.css" extra_js: - - src: "https://cdnjs.cloudflare.com/ajax/libs/feather-icons/4.24.1/feather.min.js" - integrity: "sha384-EbSscX4STvYAC/DxHse8z5gEDaNiKAIGW+EpfzYTfQrgIlHywXXrM9SUIZ0BlyfF" - - src: "https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.3/Chart.min.js" - integrity: "sha384-i+dHPTzZw7YVZOx9lbH5l6lP74sLRtMtwN2XjVqjf3uAGAREAF4LMIUDTWEVs4LI" + - src: "https://cdn.jsdelivr.net/npm/[email protected]/dist/feather.min.js" + integrity: "sha384-uO3SXW5IuS1ZpFPKugNNWqTZRRglnUJK6UAZ/gxOX80nxEkN9NcGZTftn6RzhGWE" + - src: "https://cdn.jsdelivr.net/npm/[email protected]/dist/Chart.min.js" + integrity: "sha384-zNy6FEbO50N+Cg5wap8IKA4M/ZnLJgzc6w2NqACZaK0u0FXfOWRRJOnQtpZun8ha" - src: "dashboard.js" --- |
