mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 23:35:50 +01:00
removed all onclick handlers from index template
This commit is contained in:
@@ -15,6 +15,8 @@ async function syncNow() {
|
||||
}
|
||||
}
|
||||
|
||||
$("#sync-now-button").click(syncNow);
|
||||
|
||||
async function forceNoteSync(noteId) {
|
||||
const result = await server.post('sync/force-note-sync/' + noteId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user