From: Dennis Schafroth Date: Wed, 9 Jun 2010 12:31:11 +0000 (+0200) Subject: Disabled json for now due to error in json evaluation X-Git-Tag: v1.4.2~7^2~10 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=8db7c8e3d733faec5d4a595722b12ffdb27e8759;p=pazpar2-moved-to-github.git Disabled json for now due to error in json evaluation --- diff --git a/www/iphone/example_client.js b/www/iphone/example_client.js index f3dbc0e..30b03d8 100644 --- a/www/iphone/example_client.js +++ b/www/iphone/example_client.js @@ -12,7 +12,7 @@ var querys = {'su': '', 'au': '', 'xt': ''}; if (document.location.hash == '#useproxy') { usesessions = false; pazpar2path = '/service-proxy/'; - showResponseType = 'json'; + showResponseType = 'xml'; } my_paz = new pz2( { "onshow": my_onshow,