Skip to content

Commit

Permalink
Use protocol relative URL for highlight JS
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasnoback committed Jun 12, 2015
1 parent 8b42222 commit ffec66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.twig
Expand Up @@ -68,7 +68,7 @@

<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script src="http://yastatic.net/highlightjs/8.2/highlight.min.js"></script>
<script src="//yastatic.net/highlightjs/8.2/highlight.min.js"></script>

<script>
$(function() {
Expand Down

0 comments on commit ffec66d

Please sign in to comment.