From 749e919c7a60106d86dcc344144ed1df620b37e1 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Tue, 18 Aug 2009 13:22:17 +0000 Subject: fix persisting config changes from Futon, reported by Robert Newson, we need a test suite for Futon, anyone? git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@805407 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/jquery.couch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/www/script/jquery.couch.js b/share/www/script/jquery.couch.js index 54e32617..4cf2d196 100644 --- a/share/www/script/jquery.couch.js +++ b/share/www/script/jquery.couch.js @@ -50,7 +50,7 @@ } } if (value !== undefined) { - req.method = "PUT"; + req.type = "PUT"; req.data = toJSON(value); req.contentType = "application/json"; req.processData = false -- cgit v1.2.3