diff options
author | Christopher Lenz <cmlenz@apache.org> | 2010-02-22 15:35:50 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2010-02-22 15:35:50 +0000 |
commit | c6e3a9e284609c6b33dd2fcb5d691ab2b963f538 (patch) | |
tree | 012722aabb277569818de299ee5cf3e551d3b30b /share/www/index.html | |
parent | e04e611597854d1fef2748d110f50d992434705d (diff) |
Update jQuery to 1.4.2.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@912615 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/index.html')
-rw-r--r-- | share/www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/index.html b/share/www/index.html index ea7bbb28..e34dbde1 100644 --- a/share/www/index.html +++ b/share/www/index.html @@ -20,7 +20,7 @@ specific language governing permissions and limitations under the License. <link rel="stylesheet" href="style/layout.css?0.11.0" type="text/css"> <script src="script/json2.js"></script> <script src="script/sha1.js"></script> - <script src="script/jquery.js?1.4.0"></script> + <script src="script/jquery.js?1.4.2"></script> <script src="script/jquery.couch.js?0.11.0"></script> <script src="script/jquery.dialog.js?0.11.0"></script> <script src="script/futon.js?0.11.0"></script> |