diff --git a/templates/negotiation.html b/templates/negotiation.html index 630d324..eaab1ff 100644 --- a/templates/negotiation.html +++ b/templates/negotiation.html @@ -240,9 +240,6 @@ $('.fieldset .fieldset-button').on('click', function(e) { toggle_fieldset(e); }); - $('.fieldset.fieldset-open div').first().show(); - $('.fieldset:not(.fieldset-open) div').first().hide(); - }); {% endblock content %}