From 9be2ec2e99564dfcf5f03539fba7bf4b972221ff Mon Sep 17 00:00:00 2001 From: denise Date: Tue, 8 Oct 2013 11:24:42 -0400 Subject: [PATCH] Fixed small typo --- airtime_mvc/public/js/airtime/schedule/add-show.js | 2 +- 1 file changed, 1 insertion(+), 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 28c753239..0ced4b7e9 100644 --- a/airtime_mvc/public/js/airtime/schedule/add-show.js +++ b/airtime_mvc/public/js/airtime/schedule/add-show.js @@ -263,7 +263,7 @@ function setAddShowEvents() { toggleMonthlyRepeatType(); toggleRepeatDays(); function toggleRepeatDays() { - if(form.find("#add_show_repeat_type").val() == 2) || form.find("#add_show_repeat_type").val() == 3) { + if(form.find("#add_show_repeat_type").val() == 2 || form.find("#add_show_repeat_type").val() == 3) { form.find("#add_show_day_check-label, #add_show_day_check-element").hide(); //form.find("#add_show_monthly_repeat_type-label, #add_show_monthly_repeat_type-element").show(); }