will display in the UI what is scheduled in a show when you add things.
This commit is contained in:
parent
4d8f28f3fd
commit
ad869e0f7f
5 changed files with 37 additions and 11 deletions
|
@ -194,14 +194,14 @@ function makeScheduleDialog(dialog, show) {
|
|||
|
||||
url = '/Schedule/schedule-show/format/json';
|
||||
|
||||
//$("#schedule_playlist_chosen")
|
||||
// .append(ui.helper);
|
||||
|
||||
|
||||
$.post(url,
|
||||
{plId: pl_id, start: start_date, end: end_date, showId: show.id},
|
||||
function(json){
|
||||
var x;
|
||||
|
||||
$("#schedule_playlist_chosen")
|
||||
.empty()
|
||||
.append(json.chosen);
|
||||
});
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue