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){