Quick fix for issue 763 - Icons and loading image fail to display on Opera Mobile.

This is just a quick check in to the main index.html of the test site to make sure things work. We still need to do a sweep through *ALL* html files and make sure we are including a trailing slash in the themes/default path.
This commit is contained in:
Kin Blas 2011-01-05 15:29:17 -08:00
parent 926982b4f0
commit a07fa70b07

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<title>jQuery Mobile: Demos and Documentation</title>
<link rel="stylesheet" href="themes/default" />
<link rel="stylesheet" href="themes/default/" />
<link rel="stylesheet" href="docs/_assets/css/jqm-docs.css" />
<script src="js/"></script>
<script src="experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>