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/group.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install/static/group.js') diff --git a/install/static/group.js b/install/static/group.js index 02940b6c..b1c0d895 100644 --- a/install/static/group.js +++ b/install/static/group.js @@ -72,7 +72,7 @@ function group_render_quick_links(tr, attr, value, entry_attrs) { $("", { href: "jslink", - html: "[D]", + html: $(""), click: function() { var state = {}; state['group-facet'] = 'details'; @@ -84,7 +84,7 @@ function group_render_quick_links(tr, attr, value, entry_attrs) { $("", { href: "jslink", - html: "[U]", + html: $(""), click: function() { var state = {}; state['group-facet'] = 'associate'; @@ -97,7 +97,7 @@ function group_render_quick_links(tr, attr, value, entry_attrs) { $("", { href: "jslink", - html: "[N]", + html: $(""), click: function() { var state = {}; state['group-facet'] = 'associate'; -- cgit