mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Fixed theme CSS inclusion on docs index.
This commit is contained in:
parent
db2829bc29
commit
cbebd88265
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>jQuery Mobile: Demos and Documentation</title>
|
||||
<link rel="stylesheet" href="css/themes/default/jquery.mobile.theme.css" />
|
||||
<link rel="stylesheet" href="css/themes/default/" />
|
||||
<link rel="stylesheet" href="docs/_assets/css/jqm-docs.css" />
|
||||
<script src="js/jquery.js"></script>
|
||||
<script src="experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue