Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2 from alindeman/ssl
Browse files Browse the repository at this point in the history
Use protocol-relative URLs to avoid jQuery errors when loading over SSL
  • Loading branch information
technoweenie committed Dec 16, 2013
2 parents 72cb4bd + 5a682f1 commit ce5dfd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chat_gram/templates/layout.mustache
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>Hubot+Instagram</title> <title>Hubot+Instagram</title>
</head> </head>
<script type="text/javascript" <script type="text/javascript"
src="http://code.jquery.com/jquery-1.6.min.js"></script> src="//code.jquery.com/jquery-1.6.min.js"></script>
<script type="text/javascript"> <script type="text/javascript">
$(document).ready(function() { $(document).ready(function() {
$("#add-toggle").click(function() { $("#add-toggle").click(function() {
Expand Down

0 comments on commit ce5dfd0

Please sign in to comment.