mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Tests: Fixed path to theme files in index.
This commit is contained in:
parent
8f3454ff6c
commit
d186deb770
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user