Skip to content

Commit

Permalink
Merge pull request fat#11 from theskumar/patch-1
Browse files Browse the repository at this point in the history
fix(index.html): the site breaks over https
  • Loading branch information
fat committed May 7, 2015
2 parents b9d978e + 3ee01ed commit adfea2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ <h1>Image Zoom</h1>
</p>

</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="js/zoom.js"></script>
</body>
</html>

0 comments on commit adfea2f

Please sign in to comment.