From: Dennis Schafroth Date: Wed, 23 Nov 2011 11:45:19 +0000 (+0100) Subject: Disable subjects: Need some deduplication. X-Git-Tag: v1.6.6~18 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=7068a311c4567c49660ae9a26d419f02ef24bc49;p=pazpar2-moved-to-github.git Disable subjects: Need some deduplication. --- diff --git a/www/iphone/example_client.js b/www/iphone/example_client.js index 13b3e4b..68ad93e 100644 --- a/www/iphone/example_client.js +++ b/www/iphone/example_client.js @@ -927,7 +927,8 @@ function renderDetails_iphone(data, marker) + renderLine('Author', data["md-author"]) // + renderLineURL('URL', data["md-electronic-url"], data["md-electronic-url"]) + renderLine('Description', data["md-description"]) - + renderLines('Subjects', data["location"], "md-subject"); +// + renderLines('Subjects', data["location"], "md-subject") + ; details += renderLinesURL('Location', data["location"], "@name", "md-url_recipe"); details += '
  • Back
  • ';