From 7068a311c4567c49660ae9a26d419f02ef24bc49 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Wed, 23 Nov 2011 12:45:19 +0100 Subject: [PATCH] Disable subjects: Need some deduplication. --- www/iphone/example_client.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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
  • '; -- 1.7.10.4