Fixed small typo
This commit is contained in:
parent
56db6e9386
commit
9be2ec2e99
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ function setAddShowEvents() {
|
||||||
toggleMonthlyRepeatType();
|
toggleMonthlyRepeatType();
|
||||||
toggleRepeatDays();
|
toggleRepeatDays();
|
||||||
function 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_day_check-label, #add_show_day_check-element").hide();
|
||||||
//form.find("#add_show_monthly_repeat_type-label, #add_show_monthly_repeat_type-element").show();
|
//form.find("#add_show_monthly_repeat_type-label, #add_show_monthly_repeat_type-element").show();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue