mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-14 09:33:09 +00:00
fixed doc homepage wrong paths
This commit is contained in:
parent
bffff87441
commit
15e8fa11a5
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>jQuery UI Mobile Framework - Documentation</title>
|
||||
<link rel="stylesheet" media="only all" href="../../themes/default" />
|
||||
<script type="text/javascript" src="../../js/"></script>
|
||||
<link rel="stylesheet" media="only all" href="../themes/default" />
|
||||
<script type="text/javascript" src="../js/"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div data-role="page" data-theme="b">
|
||||
|
|
|
|||
Loading…
Reference in a new issue