fix #1503 (Manage Users: There shouldn't be both international flag and no flag)

This commit is contained in:
rolux 2013-08-05 13:56:40 +00:00
parent ed85db8eac
commit e2ff7813a0

View file

@ -182,7 +182,7 @@ pandora.ui.usersDialog = function() {
},
{
format: function(value) {
return Ox.Element({
return value ? Ox.Element({
element: '<img>',
tooltip: value
})
@ -195,7 +195,7 @@ pandora.ui.usersDialog = function() {
borderRadius: '4px',
marginLeft: '-3px',
marginTop: 0
});
}) : '';
},
id: 'location',
operator: '+',