]> source.dussan.org Git - jquery-ui.git/commitdiff
Tests: Fixed path to theme files in index.
authorScott González <scott.gonzalez@gmail.com>
Fri, 22 Nov 2013 15:49:17 +0000 (10:49 -0500)
committerScott González <scott.gonzalez@gmail.com>
Fri, 22 Nov 2013 15:49:17 +0000 (10:49 -0500)
tests/index.html

index e00e03dbc88a7e2b66f1273906aa993f9be09b51..38595f0b0c2e623b71cdcc6a0d8f3194e3ea15ad 100644 (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>