SAAS-833: Radio page UI improvements/fixes
Undo some previous css changes
This commit is contained in:
parent
9a42c4bf36
commit
3bf6619696
3 changed files with 5 additions and 5 deletions
|
@ -266,7 +266,7 @@
|
|||
if (data.current === null) {
|
||||
if (data.currentShow != null && data.currentShow.length > 0) {
|
||||
//Master/show source have no current track but they do have a current show.
|
||||
$("p.now_playing").html(data.currentShow[0].name);
|
||||
$("p.now_playing").html("On Air:" + "<span>" + data.currentShow[0].name + "</span>");
|
||||
} else {
|
||||
$("p.now_playing").html("Offline");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue