Skip to content

Commit

Permalink
protocol relative url
Browse files Browse the repository at this point in the history
  • Loading branch information
manjunath24 committed Jun 12, 2014
1 parent 7eb00a5 commit 2e1e474
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions leave_tracker/templates/leave_tracker/index.html
Expand Up @@ -48,9 +48,9 @@ <h3>You have exhausted {{ current_user|leaves_taken }}


{% endif %}
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/themes/base/jquery-ui.css" type="text/css" media="all" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/themes/base/jquery-ui.css" type="text/css" media="all" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.min.js" type="text/javascript"></script>
<script>
$(function() {
$( "#id_start_date" ).datepicker();
Expand Down

0 comments on commit 2e1e474

Please sign in to comment.