1
0
This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
body_tracking/app/views/targets/destroy.js.erb
2021-05-08 15:38:41 +02:00

4 lines
130 B
Plaintext

<% if @targets.all?(&:destroyed?) %>
$('tr[id=date-<%= @effective_from %>]').nextUntil('tr.date').addBack().remove();
<% end %>