Skip to content

Commit 375d78c

Browse files
committed
Merge pull request #22 from mauteri/master
Updated CDN assets that were still using latest in URL to now use 1.2.0
2 parents 3068ab6 + 68753bc commit 375d78c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

resources/collapsible-set/example4.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
<meta name="viewport" content="width=device-width, initial-scale=1">
77

8-
<link rel="stylesheet" href="http://code.jquery.com/mobile/latest/jquery.mobile.min.css" />
8+
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
99
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
10-
<script src="http://code.jquery.com/mobile/latest/jquery.mobile.min.js"></script>
10+
<script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>
1111
<style>
1212
html, body { padding: 0; margin: 0; }
1313
html, .ui-mobile, .ui-mobile body {
@@ -42,4 +42,4 @@ <h3>Section 3</h3>
4242
</div>
4343
</div>
4444
</body>
45-
</html>
45+
</html>

resources/collapsible/example3.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
<meta name="viewport" content="width=device-width, initial-scale=1">
77

8-
<link rel="stylesheet" href="http://code.jquery.com/mobile/latest/jquery.mobile.min.css" />
8+
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
99
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
10-
<script src="http://code.jquery.com/mobile/latest/jquery.mobile.min.js"></script>
10+
<script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>
1111
<style>
1212
html, body { padding: 0; margin: 0; }
1313
html, .ui-mobile, .ui-mobile body {

resources/collapsible/example5.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
<meta name="viewport" content="width=device-width, initial-scale=1">
77

8-
<link rel="stylesheet" href="http://code.jquery.com/mobile/latest/jquery.mobile.min.css" />
8+
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
99
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
10-
<script src="http://code.jquery.com/mobile/latest/jquery.mobile.min.js"></script>
10+
<script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>
1111
<style>
1212
html, body { padding: 0; margin: 0; }
1313
html, .ui-mobile, .ui-mobile body {

0 commit comments

Comments
 (0)