CC-1665: Scheduled stream rebroadcasting and recording

-don't show delete button until a stream has been saved
This commit is contained in:
Martin Konecny 2012-08-17 17:29:17 -04:00
parent b3ef67e617
commit 398fbb04db
3 changed files with 6 additions and 2 deletions

View file

@ -360,7 +360,6 @@ var AIRTIME = (function(AIRTIME){
appendAddButton();
appendModAddButton();
removeButtonCheck();
}
//sets events dynamically for playlist entries (each row in the playlist)
@ -600,6 +599,9 @@ var AIRTIME = (function(AIRTIME){
var $ws_id = $("#ws_id");
$ws_id.attr("value", json.streamId);
var $ws_id = $("#ws_delete");
$ws_id.show();
//redraw the library to show the new webstream
redrawLib();
}