From db55453ae3ea2c1952ee6c114c733dc934e25682 Mon Sep 17 00:00:00 2001 From: Paul Joseph Davis Date: Wed, 13 May 2009 03:33:31 +0000 Subject: Closes COUCHDB-334 - Add JSONP support to CouchDB Use JSONP by providing a ?callback=function_name URL paramter for any URL returning JSON data. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@774180 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/couch_tests.js | 1 + 1 file changed, 1 insertion(+) (limited to 'share/www/script/couch_tests.js') diff --git a/share/www/script/couch_tests.js b/share/www/script/couch_tests.js index 6528835d..f7c26d01 100644 --- a/share/www/script/couch_tests.js +++ b/share/www/script/couch_tests.js @@ -42,6 +42,7 @@ loadTest("design_options.js"); loadTest("multiple_rows.js"); loadTest("large_docs.js"); loadTest("utf8.js"); +loadTest("jsonp.js"); loadTest("attachments.js"); loadTest("attachment_names.js"); loadTest("attachment_paths.js"); -- cgit v1.2.3