diff options
author | Richard Worth <rdworth@gmail.com> | 2010-02-24 18:46:56 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2010-02-24 18:46:56 +0000 |
commit | 2f11730a5258092872f15362c061490513971f98 (patch) | |
tree | ac9c8bbde94e608d5c5aa0be000df1f05fce4865 /tests/unit/all.html | |
parent | a5eab4cc38c73c3c54b9c6a6d071ad93263f50f5 (diff) | |
download | jquery-ui-2f11730a5258092872f15362c061490513971f98.tar.gz jquery-ui-2f11730a5258092872f15362c061490513971f98.zip |
Externals: updated jquery.cookie plugin to http://github.com/carhartl/jquery-cookie commit 6818b83dff89e9cac9e95acd9d78bf0179777e3d
Diffstat (limited to 'tests/unit/all.html')
-rw-r--r-- | tests/unit/all.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/all.html b/tests/unit/all.html index fe6708953..533276a78 100644 --- a/tests/unit/all.html +++ b/tests/unit/all.html @@ -21,7 +21,7 @@ <script type="text/javascript" src="../../ui/jquery.ui.tabs.js"></script> <script type="text/javascript" src="../../external/testrunner-r6588.js"></script> - <script type="text/javascript" src="../../external/jquery.cookie-r6165.js"></script> + <script type="text/javascript" src="../../external/jquery.cookie.js"></script> <script type="text/javascript" src="../jquery.simulate.js"></script> <script type="text/javascript" src="testsuite.js"></script> |