CC-3516: Creating a show has a long execution time
-cool effect now works under firefox
This commit is contained in:
parent
41b9ea1c14
commit
8cb5ccbe41
|
@ -317,7 +317,8 @@ function setAddShowEvents() {
|
||||||
var end_date = $("#add_show_end_date").val();
|
var end_date = $("#add_show_end_date").val();
|
||||||
|
|
||||||
$('#schedule-add-show').block({
|
$('#schedule-add-show').block({
|
||||||
message: null
|
message: null,
|
||||||
|
applyPlatformOpacityRules: false
|
||||||
});
|
});
|
||||||
|
|
||||||
$.post("/Schedule/add-show", {format: "json", data: data, hosts: hosts, days: days}, function(json){
|
$.post("/Schedule/add-show", {format: "json", data: data, hosts: hosts, days: days}, function(json){
|
||||||
|
|
Loading…
Reference in New Issue