Skip to content

Commit 135e554

Browse files
committed
Remove protocol from external script tags
Allows external resources to be loaded if you're on `http` and `https`.
1 parent f02eefe commit 135e554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,10 @@ <h3>Demo 2 with color coding (flowstate). Try editing me below</h3>
161161
</div>
162162
</footer>
163163

164-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
164+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
165165

166166
<!-- Needed for the text editor -->
167-
<script src="http://d1n0x3qji82z53.cloudfront.net/src-min-noconflict/ace.js" type="text/javascript" charset="utf-8"></script>
167+
<script src="//d1n0x3qji82z53.cloudfront.net/src-min-noconflict/ace.js" type="text/javascript" charset="utf-8"></script>
168168

169169
<script src="underscore-min.js"></script>
170170
<script src="raphael-min.js"></script>

0 commit comments

Comments
 (0)