changed "current" label - not perfect
This commit is contained in:
parent
fffaac726c
commit
a58dc95f07
1 changed files with 4 additions and 4 deletions
|
@ -148,11 +148,11 @@ function updatePlaybar(){
|
|||
else
|
||||
$('#current').text(currentSong.name+",");
|
||||
}else{
|
||||
if (master_dj_on_air) {
|
||||
$('#current').html("Current: <span style='color:red; font-weight:bold'>Master Stream</span>");
|
||||
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>");
|
||||
} else if (live_dj_on_air) {
|
||||
$('#current').html("Current: <span style='color:red; font-weight:bold'>"+currentShow.name+"</span>");
|
||||
} else {
|
||||
$('#current').html("Current: <span style='color:red; font-weight:bold'>Nothing Scheduled</span>");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue