diff options
| author | XhmikosR <[email protected]> | 2020-12-21 15:39:23 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-08-20 18:36:49 +0300 |
| commit | d568c16ae990c81521d534765444f165820326b1 (patch) | |
| tree | 982de9626f4dfdab836070ea26dd0409301c381b /docs/4.5/examples/dashboard | |
| parent | 92bf3528e9b7421653a13123ee709e74aac97bb8 (diff) | |
| download | bootstrap-gh-pages-cdn.tar.xz bootstrap-gh-pages-cdn.zip | |
Replace cdnjs with jsDelivrgh-pages-cdn
Diffstat (limited to 'docs/4.5/examples/dashboard')
| -rw-r--r-- | docs/4.5/examples/dashboard/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/4.5/examples/dashboard/index.html b/docs/4.5/examples/dashboard/index.html index d1234b5f4..5422276d0 100644 --- a/docs/4.5/examples/dashboard/index.html +++ b/docs/4.5/examples/dashboard/index.html @@ -285,7 +285,7 @@ </div> <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script> <script>window.jQuery || document.write('<script src="/docs/4.5/assets/js/vendor/jquery.slim.min.js"><\/script>')</script><script src="/docs/4.5/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script> - <script src="https://cdnjs.cloudflare.com/ajax/libs/feather-icons/4.9.0/feather.min.js"></script> - <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.3/Chart.min.js"></script> + <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/feather.min.js"></script> + <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/Chart.min.js"></script> <script src="dashboard.js"></script></body> </html> |
