Tests: Fixed path to theme files in index.

(cherry picked from commit d186deb770)
This commit is contained in:
Scott González 2013-11-22 10:49:17 -05:00
parent a8c532f2bd
commit bfeb16354a

View File

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