var showResponseType = '';
var querys = {'su': '', 'au': '', 'xt': ''};
-if (document.location.hash == '#useproxy') {
+if (document.location.hash == '#useproxy' || document.location.search.match("useproxy=true")) {
usesessions = false;
pazpar2path = '/service-proxy/';
- showResponseType = 'json';
+ showResponseType = 'xml';
}
my_paz = new pz2( { "onshow": my_onshow,
document.select.perpage.onchange = onSelectDdChange;
if (document.location.search.match("inApp=true"))
applicationMode(true);
+ else
+ applicationMode(false);
}
function applicationMode(newmode)