Disable subjects: Need some deduplication.
authorDennis Schafroth <dennis@indexdata.com>
Wed, 23 Nov 2011 11:45:19 +0000 (12:45 +0100)
committerDennis Schafroth <dennis@indexdata.com>
Wed, 23 Nov 2011 11:45:19 +0000 (12:45 +0100)
www/iphone/example_client.js

index 13b3e4b..68ad93e 100644 (file)
@@ -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 += '<li><a href="#" onclick="showhide(\'recordview\')" style="font-size: 18px;">Back</a></li>';