make sure entity IDs are generated only with alphanumeric characters (base62)

This commit is contained in:
azivner
2017-12-09 20:44:06 -05:00
parent 372cce8f8e
commit f55f0a4ed3
6 changed files with 12 additions and 7 deletions

View File

@@ -502,7 +502,7 @@ const noteTree = (function() {
startNotePath = document.location.hash.substr(1); // strip initial #
}
return prepareNoteTree(resp.notes, resp.notes_parent);
return prepareNoteTree(resp.notes);
});
}