mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-27 23:33:58 +00:00
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:
parent
926982b4f0
commit
a07fa70b07
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue