Whitespace and deadcode nitpick
This commit is contained in:
parent
6e50af344a
commit
2a53241ba3
15 changed files with 59 additions and 122 deletions
|
@ -274,7 +274,6 @@ function setAddShowEvents(form) {
|
|||
$("#add_show_playlist_dropdown").show();
|
||||
}
|
||||
|
||||
|
||||
if(!form.find("#add_show_repeats").attr('checked')) {
|
||||
form.find("#schedule-show-when > fieldset:last").hide();
|
||||
$("#add_show_rebroadcast_relative").hide();
|
||||
|
@ -313,7 +312,6 @@ function setAddShowEvents(form) {
|
|||
}
|
||||
});
|
||||
|
||||
|
||||
form.find("#add_show_repeats").click(function(){
|
||||
$(this).blur();
|
||||
form.find("#schedule-show-when > fieldset:last").toggle();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue