CC-1665: Scheduled stream rebroadcasting and recording

-cancel button has effect now :)
This commit is contained in:
Martin Konecny 2012-07-31 11:00:15 -04:00
parent b83be1a922
commit 92e34b12f7
1 changed files with 7 additions and 0 deletions

View File

@ -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