Skip to content

Commit

Permalink
chore: upgrade jQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
yamikuronue committed Jun 11, 2018
1 parent 3a1970b commit 19e9fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/layouts/main.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<body>
<!--Import jQuery before bootstrap.js-->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>

<!-- Backbone -->
Expand Down

0 comments on commit 19e9fa1

Please sign in to comment.