Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
ccef97190a
2 changed files with 16 additions and 0 deletions
|
@ -184,6 +184,16 @@ function confirmCancelShow(show_instance_id){
|
|||
}
|
||||
}
|
||||
|
||||
function confirmCancelRecordedShow(show_instance_id){
|
||||
if(confirm('Erase current show and stop recording?')){
|
||||
var url = "/Schedule/cancel-current-show/id/"+show_instance_id;
|
||||
$.ajax({
|
||||
url: url,
|
||||
success: function(data){scheduleRefetchEvents(data);}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
function uploadToSoundCloud(show_instance_id){
|
||||
|
||||
var url = "/Schedule/upload-to-sound-cloud";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue