IM-629
-fix using instance id instead of show id
This commit is contained in:
parent
992e3c37ef
commit
af7b2d5347
1 changed files with 2 additions and 2 deletions
|
@ -354,8 +354,8 @@ $(document).ready(function() {
|
|||
|
||||
callback = function() {
|
||||
|
||||
$.post(oItems.schedule.url, {format: "json", id: data.id}, function(json){
|
||||
buildScheduleDialog(json, data.id);
|
||||
$.post(oItems.schedule.url, {format: "json", id: data.showId}, function(json){
|
||||
buildScheduleDialog(json, data.showId);
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue