SAAS-833: Radio page UI improvements/fixes

Undo some previous css changes
This commit is contained in:
drigato 2015-06-03 09:38:07 -04:00
parent 9a42c4bf36
commit 3bf6619696
3 changed files with 5 additions and 5 deletions

View file

@ -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");
}