X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f82ffe92ce7168885990aace35c91706da7a7f2a..5ca41cde212c8c699f835f292849786091c921af:/SL/Controller/RequirementSpec.pm diff --git a/SL/Controller/RequirementSpec.pm b/SL/Controller/RequirementSpec.pm index 484d8f224..3acb6b963 100644 --- a/SL/Controller/RequirementSpec.pm +++ b/SL/Controller/RequirementSpec.pm @@ -141,7 +141,7 @@ sub action_ajax_save_time_and_cost_estimate { my $html = $self->render('requirement_spec/_show_time_and_cost_estimate', { output => 0 }); $self->js->replaceWith('#time_cost_estimate', $html) - ->hide('#time_cost_estimate_form_container'); + ->remove('#time_cost_estimate_form_container'); if ($self->visible_section) { $html = $self->render('requirement_spec_item/_section', { output => 0 }, requirement_spec_item => $self->visible_section);