collapse advanced configuration sections in Schedule Dialog

This commit is contained in:
ryan 2018-11-19 11:39:54 -06:00
parent 7beadd05b0
commit 4b9e50b64b
2 changed files with 12 additions and 4 deletions

View file

@ -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");