Disabled json for now due to error in json evaluation
authorDennis Schafroth <dennis@indexdata.com>
Wed, 9 Jun 2010 12:31:11 +0000 (14:31 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Wed, 9 Jun 2010 12:31:11 +0000 (14:31 +0200)
www/iphone/example_client.js

index f3dbc0e..30b03d8 100644 (file)
@@ -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,