Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit df7de3f

Browse files
Todd ParkerTodd Parker
Todd Parker
authored and
Todd Parker
committed
Updated jq script link to 1.4.4 on both pages. Also used CDN versions on the multi-page template.
1 parent 63627e5 commit df7de3f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/pages/multipage-template.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
<head>
44
<meta charset="utf-8" />
55
<title>Page Title</title>
6-
<link rel="stylesheet" href="../../themes/default" />
7-
<link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
8-
<script type="text/javascript" src="../../js/"></script>
9-
<script type="text/javascript" src="../docs/docs.js"></script></head>
6+
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.css" />
7+
<script src="http://code.jquery.com/jquery-1.4.3.min.js"></script>
8+
<script src="http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.js"></script>
109
<body>
1110

1211
<!-- Start of first page -->

docs/pages/page-template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" />
55
<title>Page Title</title>
66
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.css" />
7-
<script src="http://code.jquery.com/jquery-1.4.3.min.js"></script>
7+
<script src="http://code.jquery.com/jquery-1.4.4.min.js"></script>
88
<script src="http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.js"></script>
99
</head>
1010
<body>

0 commit comments

Comments
 (0)