diff --git a/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js b/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js index 634be5511..d6562ac0c 100644 --- a/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js +++ b/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js @@ -210,8 +210,9 @@ function viewDisplay( view ) { } function eventRender(event, element, view) { - - $(element).attr("id", "fc-show-instance-"+event.id); + $(element).attr("id", "fc-show-instance-"+event.id); + $(element).attr("show-id", event.showId); + $(element).attr("show-linked", event.linked); $(element).data("event", event); //only put progress bar on shows that aren't being recorded.