starting association of a show instance.

This commit is contained in:
Naomi 2013-08-29 17:40:08 -04:00
parent f97069bd0b
commit d50cdd16c2
4 changed files with 57 additions and 3 deletions

View file

@ -577,6 +577,13 @@ var AIRTIME = (function(AIRTIME) {
url;
url = (id === "") ? createUrl : updateUrl;
if (fnServerData.instance !== undefined) {
data.push({
name: "instance_id",
value: fnServerData.instance
});
}
$.post(url, data, function(json) {