diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-05-18 11:31:01 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-05-18 11:31:01 -0400 |
commit | c54986457279db18bce5ae3858142906f786855e (patch) | |
tree | 3599f367c69973d2ddf37dd0bc30511695dff343 /tests/unit | |
parent | b52c4ece53a8c3cd12adfd988fac13e9db851e11 (diff) | |
download | jquery-ui-c54986457279db18bce5ae3858142906f786855e.tar.gz jquery-ui-c54986457279db18bce5ae3858142906f786855e.zip |
Tests: Use versioned jQuery files in index files.
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/index.html b/tests/unit/index.html index e2dd9069a..33a326370 100644 --- a/tests/unit/index.html +++ b/tests/unit/index.html @@ -7,7 +7,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> |