mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-28 15:38:17 +00:00
Fixed relative path references added from previous checkin.
This commit is contained in:
parent
9e28d854c2
commit
83b5182181
2 changed files with 6 additions and 6 deletions
|
|
@ -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" )
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue