Skip to content

Commit

Permalink
fix jquery include for https
Browse files Browse the repository at this point in the history
  • Loading branch information
kbansner committed Aug 10, 2016
1 parent 82d6000 commit 677f24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1966,7 +1966,7 @@ <h5>Working, living, laughing, loving and not taking anything or anyone for gran

<script src="./lib/js/head.min.js"></script>
<script src="./js/reveal.js"></script>
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script src="//code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script>

$('.reveal > .slides > section').each(function(){
Expand Down

0 comments on commit 677f24c

Please sign in to comment.