mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-17 02:51:07 +00:00
Make sure that text/javascript exists on the main index.
This commit is contained in:
parent
458d905095
commit
6da6208ee9
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<title>jQuery UI Mobile Framework - Documentation</title>
|
||||
<link rel="stylesheet" href="themes/default" />
|
||||
<link rel="stylesheet" href="docs/_assets/css/jqm-docs.css" />
|
||||
<script src="js/all"></script>
|
||||
<script type="text/javascript" src="js/all"></script>
|
||||
<script src="experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
|
||||
<script src="docs/_assets/js/jqm-docs.js"></script>
|
||||
</head>
|
||||
|
|
@ -52,4 +52,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue