diff --git a/static/js/pandora/usersDialog.js b/static/js/pandora/usersDialog.js index 1c5ccc6e..42025af4 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: '+',