summaryrefslogtreecommitdiff
path: root/share/www/script/test/jsonp.js
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/www/script/test/jsonp.js
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/www/script/test/jsonp.js')
-rw-r--r--share/www/script/test/jsonp.js2
1 files changed, 1 insertions, 1 deletions
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() {