diff --git a/static/js/pandora/usersDialog.js b/static/js/pandora/usersDialog.js index fbc67e10..cf9a0f18 100644 --- a/static/js/pandora/usersDialog.js +++ b/static/js/pandora/usersDialog.js @@ -101,7 +101,7 @@ pandora.ui.usersDialog = function() { padding: '3px', opacity: value || [ 'guest', 'robot' - ].indexOf(data.level) > 1 ? 0 : 1 + ].indexOf(data.level) > -1 ? 0 : 1 }); }, id: 'disabled', @@ -362,7 +362,6 @@ pandora.ui.usersDialog = function() { }) .bindEvent({ init: function(data) { - //Ox.print('DATA::P::', data) numberOfUsers = data.users; $status.html( Ox.formatNumber(data.items)