From e2ff7813a097da0d6e2d9ff7e78ebb6c0d29b679 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 5 Aug 2013 13:56:40 +0000 Subject: [PATCH] fix #1503 (Manage Users: There shouldn't be both international flag and no flag) --- static/js/usersDialog.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: '+',