From b5842a85b3277462fb1083ee22d516a085da0fea Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 12 Mar 2025 12:48:28 -0500 Subject: Remove obsolete and incompatible row-selection code. --- uploader/static/js/populations.js | 1 - 1 file changed, 1 deletion(-) (limited to 'uploader/static/js/populations.js') diff --git a/uploader/static/js/populations.js b/uploader/static/js/populations.js index 73e298a..be1231f 100644 --- a/uploader/static/js/populations.js +++ b/uploader/static/js/populations.js @@ -1,5 +1,4 @@ $(() => { - dtAddCommonHandlers("#tbl-select-population"); var populationsDataTable = buildDataTable( "#tbl-select-population", JSON.parse( -- cgit 1.4.1