CC-1665: Scheduled stream rebroadcasting and recording
-don't show delete button until a stream has been saved
This commit is contained in:
parent
b3ef67e617
commit
398fbb04db
3 changed files with 6 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue