Skip to content

Commit

Permalink
change jquery library to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerard Casas committed Feb 19, 2017
1 parent 8326166 commit 66344b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions checkin/templates/checkin/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
{% block title %}Check In - {% endblock %}
{% block head %}
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="//libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>
<script src="//cdn.bootcss.com/twitter-bootstrap/3.0.2/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-2.0.0.min.js"></script>
{% endblock %}
{% block body %}
<div class="row margin-top">
Expand Down

0 comments on commit 66344b2

Please sign in to comment.