mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
added document_id for sync identification
This commit is contained in:
@@ -6,7 +6,7 @@ function newNoteId() {
|
||||
|
||||
const ALPHA_NUMERIC = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
|
||||
|
||||
function randomString(length, chars) {
|
||||
function randomString(length) {
|
||||
let result = '';
|
||||
|
||||
for (let i = length; i > 0; --i) {
|
||||
|
||||
Reference in New Issue
Block a user