mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
migration script to camel case
This commit is contained in:
@@ -642,7 +642,7 @@ const noteTree = (function() {
|
||||
|
||||
function loadTree() {
|
||||
return server.get('tree').then(resp => {
|
||||
startNotePath = resp.start_notePath;
|
||||
startNotePath = resp.start_note_path;
|
||||
|
||||
if (document.location.hash) {
|
||||
startNotePath = getNotePathFromAddress();
|
||||
|
||||
Reference in New Issue
Block a user