From 8cb5ccbe412fbb544bf462b035de21d5701f7665 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Wed, 28 Mar 2012 23:52:17 -0400 Subject: [PATCH] CC-3516: Creating a show has a long execution time -cool effect now works under firefox --- airtime_mvc/public/js/airtime/schedule/add-show.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/airtime_mvc/public/js/airtime/schedule/add-show.js b/airtime_mvc/public/js/airtime/schedule/add-show.js index 679f3d11b..cbb8a3f8e 100644 --- a/airtime_mvc/public/js/airtime/schedule/add-show.js +++ b/airtime_mvc/public/js/airtime/schedule/add-show.js @@ -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){