From: Dennis Schafroth Date: Tue, 15 Nov 2011 11:36:08 +0000 (+0100) Subject: Disable bytarget and stat X-Git-Tag: v1.6.6~36 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=39dbd2f88a17311c8d7ea06363c8e766419c0731;p=pazpar2-moved-to-github.git Disable bytarget and stat --- 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 } );