diff options
Diffstat (limited to 'share/www')
-rw-r--r-- | share/www/script/test/changes.js | 2 | ||||
-rw-r--r-- | share/www/script/test/jsonp.js | 2 |
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() { |