CC-2468:Manage Users Say DJ and add show says host

-fixed
This commit is contained in:
james 2011-06-29 16:33:20 -04:00
parent e048ee548b
commit a018466b80
3 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,7 @@ function rowCallback( nRow, aData, iDisplayIndex ){
$('td:eq(3)', nRow).html( 'Admin' );
} else if ( aData[4] == "H" )
{
$('td:eq(3)', nRow).html( 'Host' );
$('td:eq(3)', nRow).html( 'DJ' );
} else if ( aData[4] == "G" )
{
$('td:eq(3)', nRow).html( 'Guest' );