Skip to content

Commit b8c3607

Browse files
eddiemongerdworth
authored andcommitted
CDN link for code.jquery.com should have http specified since there is no https yet
(cherry picked from commit f3adf0b)
1 parent 98cb2cc commit b8c3607

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

themes/jquery/footer-mobile.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
<h3><span>Quick Access</span></h3>
1313
<div class="cdn">
1414
<strong>CDN <em>CSS</em></strong>
15-
<input value="//code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css">
15+
<input value="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css">
1616
</div>
1717
<div class="cdn">
1818
<strong>CDN <em>JS</em></strong>
19-
<input value="//code.jquery.com/jquery-1.8.2.min.js">
19+
<input value="http://code.jquery.com/jquery-1.8.2.min.js">
2020
</div>
2121
<div class="cdn">
2222
<strong>CDN <em>JS</em></strong>
23-
<input value="//code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js">
23+
<input value="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js">
2424
</div>
2525
<div class="download">
2626
<strong>Download jQuery Mobile 1.2.0:</strong>

themes/jquery/footer-qunit.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
<h3><span>Quick Access</span></h3>
1212
<div class="cdn">
1313
<strong>CDN <em>CSS</em></strong>
14-
<input value="//code.jquery.com/qunit/qunit-1.10.0.css">
14+
<input value="http://code.jquery.com/qunit/qunit-1.10.0.css">
1515
</div>
1616
<div class="cdn">
1717
<strong>CDN <em>JS</em></strong>
18-
<input value="//code.jquery.com/qunit/qunit-1.10.0.js">
18+
<input value="http://code.jquery.com/qunit/qunit-1.10.0.js">
1919
</div>
2020
<div class="download">
2121
<strong>Download QUnit 1.10.0:</strong>
@@ -47,4 +47,4 @@
4747
<?php wp_footer(); ?>
4848

4949
</body>
50-
</html>
50+
</html>

0 commit comments

Comments
 (0)