summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2010-05-19 22:52:26 +0000
committerJan Lehnardt <jan@apache.org>2010-05-19 22:52:26 +0000
commit83b5c1c4e1be85a3df441c1e1adddb7beef316ac (patch)
tree2e221c77755bb3511e3fd63906a0b300099c78e0 /share
parent78685de6d952e2e123de224663b818931becb454 (diff)
Renaming `jsonp = false` ini option to `allow_jsonp = false` to be
more clear about its intention. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@946474 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share')
-rw-r--r--share/www/script/test/changes.js2
-rw-r--r--share/www/script/test/jsonp.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/share/www/script/test/changes.js b/share/www/script/test/changes.js
index 6a8802b9..e109a074 100644
--- a/share/www/script/test/changes.js
+++ b/share/www/script/test/changes.js
@@ -42,7 +42,7 @@ couchTests.changes = function(debug) {
run_on_modified_server(
[{section: "httpd",
- key: "jsonp",
+ key: "allow_jsonp",
value: "true"}],
function() {
var xhr = CouchDB.request("GET", "/test_suite_db/_changes?callback=jsonp");
diff --git a/share/www/script/test/jsonp.js b/share/www/script/test/jsonp.js
index 02349c93..6bec63ab 100644
--- a/share/www/script/test/jsonp.js
+++ b/share/www/script/test/jsonp.js
@@ -42,7 +42,7 @@ couchTests.jsonp = function(debug) {
run_on_modified_server(
[{section: "httpd",
- key: "jsonp",
+ key: "allow_jsonp",
value: "true"}],
function() {