Skip to content

Commit bfeb163

Browse files
committed
Tests: Fixed path to theme files in index.
(cherry picked from commit d186deb)
1 parent a8c532f commit bfeb163

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<meta charset="utf-8">
55
<title>jQuery UI Tests</title>
6-
<link rel="stylesheet" href="../../themes/base/jquery.ui.core.css">
7-
<link rel="stylesheet" href="../../themes/base/jquery.ui.theme.css">
6+
<link rel="stylesheet" href="../themes/base/jquery.ui.core.css">
7+
<link rel="stylesheet" href="../themes/base/jquery.ui.theme.css">
88
<link rel="stylesheet" href="index.css">
99
<script src="jquery-1.10.2.js"></script>
1010
<script src="index.js"></script>

0 commit comments

Comments
 (0)