From 83b5c1c4e1be85a3df441c1e1adddb7beef316ac Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Wed, 19 May 2010 22:52:26 +0000 Subject: 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 --- share/www/script/test/changes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/www/script/test/changes.js') 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"); -- cgit v1.2.3