aboutsummaryrefslogtreecommitdiffstats
path: root/tests/index.html
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-05-18 11:31:01 -0400
committerScott González <scott.gonzalez@gmail.com>2012-05-18 11:31:01 -0400
commitc54986457279db18bce5ae3858142906f786855e (patch)
tree3599f367c69973d2ddf37dd0bc30511695dff343 /tests/index.html
parentb52c4ece53a8c3cd12adfd988fac13e9db851e11 (diff)
downloadjquery-ui-c54986457279db18bce5ae3858142906f786855e.tar.gz
jquery-ui-c54986457279db18bce5ae3858142906f786855e.zip
Tests: Use versioned jQuery files in index files.
Diffstat (limited to 'tests/index.html')
-rw-r--r--tests/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/index.html b/tests/index.html
index d4b3f4a8d..d5e364ad6 100644
--- a/tests/index.html
+++ b/tests/index.html
@@ -6,7 +6,7 @@
<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.js"></script>
+ <script src="jquery-1.7.2.js"></script>
<script src="index.js"></script>
</head>
<body>