6 lines
138 B
Plaintext
6 lines
138 B
Plaintext
<% if @threshold %>
|
|
$('#targets').html('<%= j render partial: 'targets/index' %>');
|
|
<% else %>
|
|
$(event.target).empty();
|
|
<% end %>
|