will display in the UI what is scheduled in a show when you add things.

This commit is contained in:
naomiaro 2011-01-12 19:40:05 -05:00
parent 4d8f28f3fd
commit ad869e0f7f
5 changed files with 37 additions and 11 deletions

View file

@ -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);
});
}