Skip to content

Commit

Permalink
changed index.html and multiple_clustergrams.html to use jquery 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
delosrogers committed Jan 12, 2021
1 parent 33ddec2 commit e530e4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h1 class='wait_message'>Please wait ...</h1>

<!-- Required JS Libraries -->
<script src="lib/js/d3.js"></script>
<script src="lib/js/jquery-1.11.2.min.js"></script>
<script src="lib/js/jquery-3.5.1.min.js"></script>
<script src="lib/js/underscore-min.js"></script>
<script src="lib/js/bootstrap.min.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion multiple_clustergrams.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@

<!-- Required JS Libraries -->
<script src="lib/js/d3.js"></script>
<script src="lib/js/jquery-1.11.2.min.js"></script>
<script src="lib/js/jquery-3.5.1.min.js"></script>
<script src="lib/js/underscore-min.js"></script>
<script src="lib/js/bootstrap.min.js"></script>

Expand Down

0 comments on commit e530e4d

Please sign in to comment.