diff options
author | Christopher Lenz <cmlenz@apache.org> | 2009-01-22 13:25:04 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2009-01-22 13:25:04 +0000 |
commit | 6f5985c3eb661574dba97277ef208673023d220c (patch) | |
tree | ad284ce7094f64d88c6666e2bdab75df819f3a22 /share/www/couch_tests.html | |
parent | 9a767782db4ba183dddf03567a1f05ce170d094b (diff) |
That was quick: update to jQuery 1.3.1.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@736635 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/couch_tests.html')
-rw-r--r-- | share/www/couch_tests.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/couch_tests.html b/share/www/couch_tests.html index 97f04b23..1bfc7813 100644 --- a/share/www/couch_tests.html +++ b/share/www/couch_tests.html @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <link rel="stylesheet" href="style/layout.css?0.9.0" type="text/css"> <script src="script/json2.js"></script> - <script src="script/jquery.js?1.3.0"></script> + <script src="script/jquery.js?1.3.1"></script> <script src="script/jquery.cookies.js?0.9.0"></script> <script src="script/jquery.couch.js?0.9.0"></script> <script src="script/couch.js?0.9.0"></script> |