about summary refs log tree commit diff
path: root/uploader/templates/phenotypes/confirm-delete-phenotypes.html
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/templates/phenotypes/confirm-delete-phenotypes.html')
-rw-r--r--uploader/templates/phenotypes/confirm-delete-phenotypes.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/uploader/templates/phenotypes/confirm-delete-phenotypes.html b/uploader/templates/phenotypes/confirm-delete-phenotypes.html
index 36cab2c..efce397 100644
--- a/uploader/templates/phenotypes/confirm-delete-phenotypes.html
+++ b/uploader/templates/phenotypes/confirm-delete-phenotypes.html
@@ -89,8 +89,7 @@
                   var api = this.api();
                   api.rows().select();
                   api.rows({selected: true}).nodes().each((node, index) => {
-                      $(node).find('input[type="checkbox"]:not(:checked)')
-                          .prop("checked", true);
+                      setRowChecked(node);
                   });
               }
           });