Skip to content

Commit 7d9c0ea

Browse files
committed
Update _ambiguous_type_genome.html.erb
1 parent 956b08b commit 7d9c0ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/views/registers/curation_genomics/_ambiguous_type_genome.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@
108108
// The name is in the list, now check if any of the AAI values are too
109109
// high and should be manually checked
110110
var aai = $(`[data-type=aai][data-name=${name_id}][data-value]`);
111-
var max_aai = Math.max.apply(
112-
null, aai.map(function(){ reuturn $(this).data("value"); })
111+
var max_aai = Math.max.apply(null,
112+
aai.map(function(){ return $(this).data("value"); })
113113
);
114114
if (max_aai >= 90.0) {
115115
aai.parents("td").addClass("bg-warning");

0 commit comments

Comments
 (0)