diff options
author | Christopher Lenz <cmlenz@apache.org> | 2010-01-19 22:05:41 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2010-01-19 22:05:41 +0000 |
commit | 30a45a978e3b6aa6c206fccab66a6ca383fc5fe6 (patch) | |
tree | 370bbfad7a891ae810d70efc9d6800219b1e20ac /share/www/document.html | |
parent | 17c439b70b914e0a820f34f02d629ac1baf9aa04 (diff) |
Upgraded jQuery to 1.4.0.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@900978 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/document.html')
-rw-r--r-- | share/www/document.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/www/document.html b/share/www/document.html index 772876aa..02185e30 100644 --- a/share/www/document.html +++ b/share/www/document.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.3.2"></script> + <script src="script/jquery.js?1.4.0"></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> @@ -28,7 +28,7 @@ specific language governing permissions and limitations under the License. <script src="script/futon.browse.js?0.11.0"></script> <script src="script/futon.format.js?0.11.0"></script> <script src="script/jquery.editinline.js?0.11.0"></script> - <script src="script/jquery.form.js?0.11.0"></script> + <script src="script/jquery.form.js?2.36"></script> <script> var page = new $.futon.CouchDocumentPage(); |