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

Commit

Permalink
Fixed relative path references added from previous checkin.
Browse files Browse the repository at this point in the history
  • Loading branch information
jblas committed Oct 21, 2011
1 parent 9e28d85 commit 83b5182
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions tests/speed/basic-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Basic Page</title>
<link rel="stylesheet" href="../css/themes/default/" />
<script src="../js/jquery.js"></script>
<script src="../js/"></script>
<link rel="stylesheet" href="../../css/themes/default/" />
<script src="../../js/jquery.js"></script>
<script src="../../js/"></script>
<script>
$(function() {
$( "p" )
Expand Down
6 changes: 3 additions & 3 deletions tests/speed/lists-ul.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery Mobile Docs - Lists</title>
<link rel="stylesheet" href="../css/themes/default/" />
<script src="../js/jquery.js"></script>
<script src="../js/"></script>
<link rel="stylesheet" href="../../css/themes/default/" />
<script src="../../js/jquery.js"></script>
<script src="../../js/"></script>
</head>
<body>

Expand Down

0 comments on commit 83b5182

Please sign in to comment.