Skip to content

Commit

Permalink
Update jQuery CDN URL to use npm package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehco1996 committed Jul 19, 2024
1 parent 237c751 commit c02f6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/admin/home.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- copied from https://github.com/newpanjing/simpleui/blob/master/simpleui/templates/admin/home.html -->
{% load static %}
<script src="https://cdn.staticfile.org/jquery/3.7.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.1/dist/chart.umd.min.js"></script>
<script type="text/javascript"
src="https://cdn.jsdelivr.net/momentjs/latest/moment.min.js"></script>
Expand Down

0 comments on commit c02f6ba

Please sign in to comment.