File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ <h2>Mobile page structure</h2>
33
33
<html>
34
34
<head>
35
35
<title>Page Title</title>
36
- <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a3 /jquery.mobile-1.0a3 .min.css" />
37
- <script type="text/javascript" src="http://code.jquery.com/jquery-1.5.min.js"></script>
38
- <script type="text/javascript" src="http://code.jquery.com/mobile/1.0a3 /jquery.mobile-1.0a3.min.js"></script>
36
+ <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a4 /jquery.mobile-1.0a4 .min.css" />
37
+ <script type="text/javascript" src="http://code.jquery.com/jquery-1.5.2. min.js"></script>
38
+ <script type="text/javascript" src="http://code.jquery.com/mobile/1.0a4 /jquery.mobile-1.0a3.min.js"></script>
39
39
</head>
40
40
<body>
41
41
@@ -75,9 +75,9 @@ <h2>Complete single page template</h2>
75
75
<html>
76
76
<head>
77
77
<title>Page Title</title>
78
- <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a3 /jquery.mobile-1.0a3.min.css" />
79
- <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.3 .min.js"></script>
80
- <script type="text/javascript" src="http://code.jquery.com/mobile/1.0a3 /jquery.mobile-1.0a3.min.js"></script>
78
+ <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a4 /jquery.mobile-1.0a3.min.css" />
79
+ <script type="text/javascript" src="http://code.jquery.com/jquery-1.5.2 .min.js"></script>
80
+ <script type="text/javascript" src="http://code.jquery.com/mobile/1.0a4 /jquery.mobile-1.0a3.min.js"></script>
81
81
</head>
82
82
<body>
83
83
You can’t perform that action at this time.
0 commit comments