CC-1665: Scheduled stream rebroadcasting and recording
-cancel button has effect now :)
This commit is contained in:
parent
b83be1a922
commit
92e34b12f7
|
@ -521,6 +521,13 @@ var AIRTIME = (function(AIRTIME){
|
|||
$fs.addClass("closed");
|
||||
}
|
||||
});
|
||||
|
||||
$pl.on("click", "#webstream_cancel", function(){
|
||||
$("#side_playlist")
|
||||
.empty()
|
||||
.append("WHAT SHOULD I PUT HERE??!?!! :)");
|
||||
})
|
||||
|
||||
$pl.on("click", "#webstream_save", function(){
|
||||
//get all fields and POST to server
|
||||
//description
|
||||
|
|
Loading…
Reference in New Issue