Skip to content

Commit

Permalink
Added jquery version 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sindrelothe committed Mar 24, 2022
1 parent c64567e commit 7156730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infoscreen/templates/infoscreen/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


<!-- JQuery first (3.5.0 breaks the site), then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.4.1.js" integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>

Expand Down

0 comments on commit 7156730

Please sign in to comment.