projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba078ba
)
Disabled json for now due to error in json evaluation
author
Dennis Schafroth
<dennis@indexdata.com>
Wed, 9 Jun 2010 12:31:11 +0000
(14:31 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Wed, 9 Jun 2010 12:31:11 +0000
(14:31 +0200)
www/iphone/example_client.js
patch
|
blob
|
history
diff --git
a/www/iphone/example_client.js
b/www/iphone/example_client.js
index
f3dbc0e
..
30b03d8
100644
(file)
--- 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,