Skip to content

Commit

Permalink
Merge pull request #14 from coliff/patch-1
Browse files Browse the repository at this point in the history
Update jQuery to latest version of v1.x and load over HTTPS
  • Loading branch information
avianey committed Jul 22, 2019
2 parents 6674e53 + 76efdb2 commit 1ac11ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script type="text/javascript" src="jquery.doubleScroll.js"></script>

<script type="text/javascript">
Expand Down

0 comments on commit 1ac11ef

Please sign in to comment.