Skip to content
This repository was archived by the owner on Jul 30, 2026. It is now read-only.

Commit a29567f

Browse files
authored
Replace jQuery CDN link with jsDelivr version
1 parent 6c80241 commit a29567f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
</footer>
7272

7373
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
74-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
74+
<script src="https://cdn.jsdelivr.net/npm/jquery@1.12.4/dist/jquery.min.js"></script>
7575
<!-- Include all compiled plugins (below), or include individual files as needed -->
7676
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
7777
</body>

0 commit comments

Comments
 (0)