From 8188769720e6b8092384806471d4cee794dc489d Mon Sep 17 00:00:00 2001 From: Max Patiiuk Date: Tue, 2 May 2023 10:58:26 -0500 Subject: [PATCH 1/3] Fix front-end skipping "Incertae sedis" leaf nodes See #10. This is not a fix, but a workaround that should work until you need to select a family that is "Incertae sedis" --- front_end/index.php | 4 ++-- front_end/static/js/main.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/front_end/index.php b/front_end/index.php index 4966cef..5a43abe 100644 --- a/front_end/index.php +++ b/front_end/index.php @@ -73,7 +73,7 @@ //Show the tree and other options -$display_down_to = 'Order'; ?> +$display_down_to = 'Family'; ?>

Step 2: Choose export data type