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/user.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'install/static/user.js') diff --git a/install/static/user.js b/install/static/user.js index 11880c84..b797dde1 100644 --- a/install/static/user.js +++ b/install/static/user.js @@ -216,7 +216,7 @@ function user_render_quick_links(tr, attr, value, entry_attrs) { $("", { href: "jslink", - html: "[D]", + html: $(""), click: function() { var state = {}; state['user-facet'] = 'details'; @@ -228,7 +228,7 @@ function user_render_quick_links(tr, attr, value, entry_attrs) { $("", { href: "jslink", - html: "[G]", + html: $(""), click: function() { var state = {}; state['user-facet'] = 'associate'; @@ -241,7 +241,7 @@ function user_render_quick_links(tr, attr, value, entry_attrs) { $("", { href: "jslink", - html: "[N]", + html: $(""), click: function() { var state = {}; state['user-facet'] = 'associate'; @@ -254,7 +254,7 @@ function user_render_quick_links(tr, attr, value, entry_attrs) { $("", { href: "jslink", - html: "[R]", + html: $(""), click: function() { var state = {}; state['user-facet'] = 'associate'; -- cgit