mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Increase default depth to 9 generations
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -355,7 +355,7 @@ let collapsedNodes = new Set();
|
||||
let expandedNodes = new Set(); // Manually expanded nodes (override depth limit)
|
||||
let selectedIndex = -1;
|
||||
let visibleNodes = [];
|
||||
let defaultDepth = 3; // Show 3 levels by default
|
||||
let defaultDepth = 9; // Show 9 levels by default
|
||||
|
||||
// Find person ID by name
|
||||
function findPersonId(name) {
|
||||
|
||||
Reference in New Issue
Block a user