CC-3548: Schedule: Separate repeate show template and single instance on 'When' section

-in progress
This commit is contained in:
Martin Konecny 2012-04-05 15:30:21 -04:00
parent 3611f1071d
commit 176e5fdbd7
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ function setAddShowEvents() {
applyPlatformOpacityRules: false
});
var action = "/Schedule/"+addShowButton.attr("data-type");
var action = "/Schedule/"+String(addShowButton.attr("data-action"));
$.post(action, {format: "json", data: data, hosts: hosts, days: days}, function(json){
//addShowButton.removeClass("disabled");