CC-3516: Creating a show has a long execution time

-cool effect now works under firefox
This commit is contained in:
Martin Konecny 2012-03-28 23:52:17 -04:00
parent 41b9ea1c14
commit 8cb5ccbe41
1 changed files with 2 additions and 1 deletions

View File

@ -317,7 +317,8 @@ function setAddShowEvents() {
var end_date = $("#add_show_end_date").val();
$('#schedule-add-show').block({
message: null
message: null,
applyPlatformOpacityRules: false
});
$.post("/Schedule/add-show", {format: "json", data: data, hosts: hosts, days: days}, function(json){