SpeciesFileGroup/taxonworks

View on GitHub
app/assets/javascripts/views/tasks/accessions/quick/quick_verbatim.js

Summary

Maintainability
A
0 mins
Test Coverage
$(document).on("turbolinks:load", function() {
  if($("#quick_task").length) {
      $('.biocuration_group_totals').each(function(element) {
        $(this).find('.add_total_row').detach().appendTo($(this).find('.one_third_width'));
      });
  }
});