fixed whitespace
This commit is contained in:
parent
91cc633139
commit
ef22a33258
|
@ -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>");
|
||||
|
|
Loading…
Reference in New Issue