Skip to content

Commit

Permalink
bug fix from refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
catsmith committed Mar 18, 2024
1 parent 6a9faae commit 314e18f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion static/CE_core/js/collation.js
Original file line number Diff line number Diff line change
Expand Up @@ -2425,7 +2425,6 @@ var CL = (function() {
$('#remove_selected_button').on('click', removeFunction);
} else {
$('#remove_selected_button').on('click', function() {
handsToRemove;
const handsToRemove = CL.getRemoveWitnessDataFromForm();
CL.removeWitnesses(handsToRemove, stage);
CL.isDirty = true;
Expand Down

0 comments on commit 314e18f

Please sign in to comment.