Make sure that text/javascript exists on the main index.

This commit is contained in:
John Resig 2010-10-15 17:50:47 -04:00
parent 458d905095
commit 6da6208ee9

View file

@ -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>