mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +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