aboutsummaryrefslogtreecommitdiffstats
path: root/tests/index.html
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2013-11-22 10:49:17 -0500
committerScott González <scott.gonzalez@gmail.com>2013-11-22 10:49:17 -0500
commitd186deb770e578e7d3f807336f7490429add0cac (patch)
tree906934fdb19d1468ff7c792e54376ff97d67ae5e /tests/index.html
parent8f3454ff6c8ec29b7834c33716d3267430c342c7 (diff)
downloadjquery-ui-d186deb770e578e7d3f807336f7490429add0cac.tar.gz
jquery-ui-d186deb770e578e7d3f807336f7490429add0cac.zip
Tests: Fixed path to theme files in index.
Diffstat (limited to 'tests/index.html')
-rw-r--r--tests/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/index.html b/tests/index.html
index e00e03dbc..38595f0b0 100644
--- a/tests/index.html
+++ b/tests/index.html
@@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<title>jQuery UI Tests</title>
- <link rel="stylesheet" href="../../themes/base/jquery.ui.core.css">
- <link rel="stylesheet" href="../../themes/base/jquery.ui.theme.css">
+ <link rel="stylesheet" href="../themes/base/jquery.ui.core.css">
+ <link rel="stylesheet" href="../themes/base/jquery.ui.theme.css">
<link rel="stylesheet" href="index.css">
<script src="jquery-1.10.2.js"></script>
<script src="index.js"></script>