From 39dbd2f88a17311c8d7ea06363c8e766419c0731 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Tue, 15 Nov 2011 12:36:08 +0100 Subject: [PATCH] Disable bytarget and stat --- www/iphone/example_client.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/iphone/example_client.js b/www/iphone/example_client.js index a336f8e..44b2c57 100644 --- a/www/iphone/example_client.js +++ b/www/iphone/example_client.js @@ -22,13 +22,13 @@ if (document.location.hash == '#pazpar2' || document.location.search.match("usep my_paz = new pz2( { "onshow": my_onshow, - "showtime": 500, //each timer (show, stat, term, bytarget) can be specified this way +// "showtime": 2000, //each timer (show, stat, term, bytarget) can be specified this way "pazpar2path": pazpar2path, "oninit": my_oninit, - "onstat": my_onstat, + "onstat": null, "onterm": my_onterm_iphone, "termlist": "xtargets,subject,author", - "onbytarget": my_onbytarget, + "onbytarget": null, "usesessions" : usesessions, "showResponseType": showResponseType, "onrecord": my_onrecord } ); -- 1.7.10.4