collapse advanced configuration sections in Schedule Dialog
This commit is contained in:
parent
7beadd05b0
commit
4b9e50b64b
2 changed files with 12 additions and 4 deletions
|
@ -16,6 +16,14 @@ function openAddShowForm(nowOrFuture) {
|
|||
$("#add-show-form").show();
|
||||
|
||||
windowResize();
|
||||
|
||||
// collapse advanced configuration sections
|
||||
$('#schedule-show-auto').hide();
|
||||
$('#live-stream-override').hide();
|
||||
$('#schedule-record-rebroadcast').hide();
|
||||
$('#schedule-show-who').hide();
|
||||
$('#schedule-show-style').hide();
|
||||
|
||||
}
|
||||
$("#schedule-show-what").show(0, function(){
|
||||
$add_show_name = $("#add_show_name");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue