diff --git a/static/js/usersDialog.js b/static/js/usersDialog.js index 7b4b0ef0..10daf1a9 100644 --- a/static/js/usersDialog.js +++ b/static/js/usersDialog.js @@ -182,7 +182,7 @@ pandora.ui.usersDialog = function() { }, { format: function(value) { - return Ox.Element({ + return value ? Ox.Element({ element: '', tooltip: value }) @@ -195,7 +195,7 @@ pandora.ui.usersDialog = function() { borderRadius: '4px', marginLeft: '-3px', marginTop: 0 - }); + }) : ''; }, id: 'location', operator: '+',