Updated to include show image functionality

This commit is contained in:
Duncan Sommerville 2014-09-17 19:41:17 -04:00
parent 63d1bf08f7
commit b89a764442
3 changed files with 50 additions and 7 deletions

View file

@ -384,6 +384,7 @@ $(document).ready(function() {
if(oItems.edit.items !== undefined){
var edit = oItems.edit.items;
//edit a single instance
callback = function() {
$.get(edit.instance.url, {format: "json", showId: data.showId, instanceId: data.id, type: "instance"}, function(json){