Skip to content

Commit b290c85

Browse files
committed
fixed jqery problems in demo and dependabot prs
1 parent fc5935f commit b290c85

File tree

2 files changed

+1373
-514
lines changed

2 files changed

+1373
-514
lines changed

Diff for: docs/demo.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
1111

1212
<!-- USED TO HELP LOAD FILES -->
13-
<!-- https://getbootstrap.com/docs/4.5/getting-started/introduction/ -->
14-
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
13+
<!-- Had to go to non-slim version as slim version does not support $.ajax now -->
14+
<!-- <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script> -->
15+
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
1516

1617
<!-- WHAT IS THIS FOR !? -->
1718
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>

0 commit comments

Comments
 (0)