diff options
Diffstat (limited to 'share/www/script/jquery.couch.js')
-rw-r--r-- | share/www/script/jquery.couch.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/jquery.couch.js b/share/www/script/jquery.couch.js index bd77bf80..a36387a0 100644 --- a/share/www/script/jquery.couch.js +++ b/share/www/script/jquery.couch.js @@ -216,7 +216,7 @@ body.reduce = reduceFun; } $.ajax({ - type: "POST", url: this.uri + "_temp_view" + encodeOptions(options), + type: "POST", url: this.uri + "_slow_view" + encodeOptions(options), contentType: "application/json", data: toJSON(body), dataType: "json", complete: function(req) { |