From b47d6c09440799f41ca4aa91014a7829ada06114 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 17 Sep 2010 20:30:41 -0400 Subject: links and facet icons Enables the icons in the links and in the facets lists --- install/static/entity.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install/static/entity.js') diff --git a/install/static/entity.js b/install/static/entity.js index 3c48ca8f..7adc3921 100644 --- a/install/static/entity.js +++ b/install/static/entity.js @@ -136,13 +136,13 @@ function ipa_entity_generate_views(obj_name, container) title: 'search', text: 'Search', click: switch_view - }).prepend('')); + }).prepend('')); ul.append($('
  • ', { text: 'Details', title: 'details', click: switch_view - }).prepend('')); + }).prepend('')); var attribute_members = ipa_objs[obj_name].attribute_members; for (attr in attribute_members) { @@ -155,7 +155,7 @@ function ipa_entity_generate_views(obj_name, container) title: m, text:label, click: switch_view - }).prepend('')); + }).prepend('')); } } -- cgit