mirror of
https://github.com/zadam/trilium.git
synced 2025-12-24 00:59:55 +01:00
note converted to module
This commit is contained in:
@@ -5,8 +5,8 @@ async function checkStatus() {
|
||||
contentType: "application/json",
|
||||
data: JSON.stringify({
|
||||
treeLoadTime: glob.treeLoadTime,
|
||||
currentNoteId: glob.currentNote ? glob.currentNote.detail.note_id : null,
|
||||
currentNoteDateModified: glob.currentNoteLoadTime
|
||||
currentNoteId: noteEditor.getCurrentNoteId(),
|
||||
currentNoteDateModified: noteEditor.getCurrentNoteLoadTime()
|
||||
}),
|
||||
statusCode: {
|
||||
401: () => {
|
||||
|
||||
Reference in New Issue
Block a user