From 92249003867e771439b11d1ec441ad1da69b8a30 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 21 Mar 2012 13:49:12 +0000 Subject: [PATCH] less un flags in users dialog --- static/js/pandora/usersDialog.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/pandora/usersDialog.js b/static/js/pandora/usersDialog.js index 1c5ccc6e6..42025af40 100644 --- a/static/js/pandora/usersDialog.js +++ b/static/js/pandora/usersDialog.js @@ -173,7 +173,7 @@ pandora.ui.usersDialog = function() { }, { format: function(value) { - return Ox.Element({ + return value ? Ox.Element({ element: '', tooltip: value }) @@ -186,7 +186,7 @@ pandora.ui.usersDialog = function() { borderRadius: '4px', marginLeft: '-3px', marginTop: 0 - }); + }) : ''; }, id: 'location', operator: '+',