You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
educoder/app/views/cooperative/laboratory_subjects/update.js.erb

4 lines
350 B

$('.laboratory-subject-list-container .laboratory-subject-item-<%= current_laboratory_subject.id %>').html("<%= j(render partial: 'cooperative/laboratory_subjects/shared/td', locals: { laboratory_subject: current_laboratory_subject }) %>");
$('.cooperative-modal-container .modal.cooperative-edit-subject-modal').modal('hide');
show_success_flash();