mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
option names now follow camelCase
This commit is contained in:
@@ -369,7 +369,7 @@ function getNotePathFromAddress() {
|
||||
|
||||
async function loadTree() {
|
||||
const resp = await server.get('tree');
|
||||
startNotePath = resp.start_note_path;
|
||||
startNotePath = resp.startNotePath;
|
||||
|
||||
if (document.location.hash) {
|
||||
startNotePath = getNotePathFromAddress();
|
||||
|
Reference in New Issue
Block a user