Skip to content

Commit db3a579

Browse files
committed
Updated to A4 and 1.5.2
1 parent 66ba363 commit db3a579

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/pages/docs-pages.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ <h2>Mobile page structure</h2>
3333
&lt;html&gt;
3434
&lt;head&gt;
3535
&lt;title&gt;Page Title&lt;/title&gt;
36-
&lt;link rel=&quot;stylesheet&quot; href=&quot;http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.css&quot; /&gt;
37-
&lt;script type=&quot;text/javascript&quot; src=&quot;http://code.jquery.com/jquery-1.5.min.js&quot;&gt;&lt;/script&gt;
38-
&lt;script type=&quot;text/javascript&quot; src=&quot;http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.js&quot;&gt;&lt;/script&gt;
36+
&lt;link rel=&quot;stylesheet&quot; href=&quot;http://code.jquery.com/mobile/1.0a4/jquery.mobile-1.0a4.min.css&quot; /&gt;
37+
&lt;script type=&quot;text/javascript&quot; src=&quot;http://code.jquery.com/jquery-1.5.2.min.js&quot;&gt;&lt;/script&gt;
38+
&lt;script type=&quot;text/javascript&quot; src=&quot;http://code.jquery.com/mobile/1.0a4/jquery.mobile-1.0a3.min.js&quot;&gt;&lt;/script&gt;
3939
&lt;/head&gt;
4040
&lt;body&gt;
4141

@@ -75,9 +75,9 @@ <h2>Complete single page template</h2>
7575
&lt;html&gt;
7676
&lt;head&gt;
7777
&lt;title&gt;Page Title&lt;/title&gt;
78-
&lt;link rel=&quot;stylesheet&quot; href=&quot;http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.css&quot; /&gt;
79-
&lt;script type=&quot;text/javascript&quot; src=&quot;http://code.jquery.com/jquery-1.4.3.min.js&quot;&gt;&lt;/script&gt;
80-
&lt;script type=&quot;text/javascript&quot; src=&quot;http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.js&quot;&gt;&lt;/script&gt;
78+
&lt;link rel=&quot;stylesheet&quot; href=&quot;http://code.jquery.com/mobile/1.0a4/jquery.mobile-1.0a3.min.css&quot; /&gt;
79+
&lt;script type=&quot;text/javascript&quot; src=&quot;http://code.jquery.com/jquery-1.5.2.min.js&quot;&gt;&lt;/script&gt;
80+
&lt;script type=&quot;text/javascript&quot; src=&quot;http://code.jquery.com/mobile/1.0a4/jquery.mobile-1.0a3.min.js&quot;&gt;&lt;/script&gt;
8181
&lt;/head&gt;
8282
&lt;body&gt;
8383

0 commit comments

Comments
 (0)