mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
sync WIP
This commit is contained in:
@@ -7,7 +7,7 @@ function randomToken(length) {
|
||||
}
|
||||
|
||||
function newNoteId() {
|
||||
return randomString(32, '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ');
|
||||
return randomString(22, '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ');
|
||||
}
|
||||
|
||||
function randomString(length, chars) {
|
||||
|
||||
Reference in New Issue
Block a user