fixed whitespace

This commit is contained in:
denise 2012-04-13 12:30:02 -04:00
parent 91cc633139
commit ef22a33258
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ function updatePlaybar(){
else
$('#current').text(currentSong.name+",");
}else{
if (master_dj_on_air) {
if (master_dj_on_air) {
$('#current').html("Current: <span style='color:red; font-weight:bold'>Master DJ On Air</span>");
} else if (scheduled_play_on_air) {
$('#current').html("Current: <span style='color:red; font-weight:bold'>Show DJ On Air</span>");